mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/pip2tgz: Updated for version 0.9.
Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
268cc10c8d
commit
63451612fd
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pip2tgz
|
||||
VERSION=${VERSION:-0.8}
|
||||
VERSION=${VERSION:-0.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pip2tgz"
|
||||
VERSION="0.8"
|
||||
VERSION="0.9"
|
||||
HOMEPAGE="https://github.com/duncan-roe/pip2tgz"
|
||||
DOWNLOAD="https://github.com/duncan-roe/pip2tgz/archive/v0.8/pip2tgz-0.8.tar.gz"
|
||||
MD5SUM="380fa2c318daf7ba88d68585e221810d"
|
||||
DOWNLOAD="https://github.com/duncan-roe/pip2tgz/archive/v0.9/pip2tgz-0.9.tar.gz"
|
||||
MD5SUM="738532d43431863e291e101dda07c782"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pipdeptree"
|
||||
|
|
Loading…
Reference in a new issue