mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/hgsubversion: Updated for version 1.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fbe08edfdb
commit
547134de13
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for hgsubversion
|
||||
|
||||
# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# Copyright 2012-2014 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=hgsubversion
|
||||
VERSION=${VERSION:-1.5.1}
|
||||
VERSION=${VERSION:-1.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hgsubversion"
|
||||
VERSION="1.5.1"
|
||||
VERSION="1.6"
|
||||
HOMEPAGE="https://bitbucket.org/durin42/hgsubversion"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.5.1.tar.gz"
|
||||
MD5SUM="1df7d32599b8a05ecba98d8a8c0ae221"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.6.tar.gz"
|
||||
MD5SUM="865b0d723dc3358406f56646683d0e04"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="subvertpy"
|
||||
|
|
Loading…
Reference in a new issue