Browse Source
python/python3-whatthepatch: Update for 1.0.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/258/head
isaackwy
11 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-whatthepatch/python3-whatthepatch.SlackBuild
-
python/python3-whatthepatch/python3-whatthepatch.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-whatthepatch |
|
|
|
VERSION=${VERSION:-1.0.6} |
|
|
|
VERSION=${VERSION:-1.0.7} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-whatthepatch" |
|
|
|
VERSION="1.0.6" |
|
|
|
VERSION="1.0.7" |
|
|
|
HOMEPAGE="https://github.com/cscorley/whatthepatch" |
|
|
|
DOWNLOAD="https://github.com/cscorley/whatthepatch/archive/1.0.6/whatthepatch-1.0.6.tar.gz" |
|
|
|
MD5SUM="98009f35ba193e1aecd50954fab8387c" |
|
|
|
DOWNLOAD="https://github.com/cscorley/whatthepatch/archive/1.0.7/whatthepatch-1.0.7.tar.gz" |
|
|
|
MD5SUM="74dc0bcbe380ce48d28138ab4130db38" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-setuptools-opt" |
|
|
|