Browse Source
network/vcspull: Updated for version 1.25.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/210/head
Dimitris Zlatanidis
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
network/vcspull/vcspull.SlackBuild
-
network/vcspull/vcspull.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=vcspull |
|
|
|
VERSION=${VERSION:-1.23.0} |
|
|
|
VERSION=${VERSION:-1.25.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="vcspull" |
|
|
|
VERSION="1.23.0" |
|
|
|
VERSION="1.25.0" |
|
|
|
HOMEPAGE="https://github.com/tony/vcspull/" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/36/a3/d79393b5b0c8050d5d31dac5ae5f32170c1da01b18e94fa9f542ff67fd60/vcspull-1.23.0.tar.gz" |
|
|
|
MD5SUM="1b5131ba20e9dc626623a3f038d86f92" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/75/d7/f4e3c1c71a5a6df182b71a4dd657e4f4ea3fb0a906c7e464a2c0b82b2a25/vcspull-1.25.0.tar.gz" |
|
|
|
MD5SUM="90c2d41337157407f77314eb2b32dbd4" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-libvcs colorama" |
|
|
|
REQUIRES="python3-poetry-core python3-libvcs colorama" |
|
|
|
MAINTAINER="Dimitris Zlatanidis" |
|
|
|
EMAIL="dslackw@gmail.com" |