mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/hg-git: Updated for version 0.8.5.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
7f7f254aad
commit
694dc2a28d
3 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for hg-git
|
||||
|
||||
# Copyright 2012-2015 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# Copyright 2012-2016 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=hg-git
|
||||
VERSION=${VERSION:-0.8.2}
|
||||
VERSION=${VERSION:-0.8.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hg-git"
|
||||
VERSION="0.8.2"
|
||||
HOMEPAGE="http://hg-git.github.com/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-0.8.2.tar.gz"
|
||||
MD5SUM="500fba05874fe1487cc550842fab8772"
|
||||
VERSION="0.8.5"
|
||||
HOMEPAGE="https://hg-git.github.io/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/1c/9c/63d9dbe06b087f152c4455d3c0d0757e63d68e9432c61a8298e81876043c/hg-git-0.8.5.tar.gz"
|
||||
MD5SUM="cd5a15d41943a21837af678b972adac6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="dulwich"
|
||||
|
|
|
@ -14,6 +14,6 @@ hg-git: can collaborate on Git based projects from Mercurial, or use a Git
|
|||
hg-git: server as a collaboration point for a team with developers using both
|
||||
hg-git: Git and Mercurial.
|
||||
hg-git:
|
||||
hg-git: Homepage: http://hg-git.github.com/
|
||||
hg-git: Homepage: https://hg-git.github.io/
|
||||
hg-git:
|
||||
hg-git:
|
||||
|
|
Loading…
Reference in a new issue