python/python-argopt: Updated for version 0.6.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2020-02-24 20:48:32 +13:00 committed by Willy Sudiarto Raharjo
parent 84d781dcd0
commit 58385874dd
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python-argopt
# Copyright 2018-2019 Andrew Clemons, Wellington New Zealand
# Copyright 2018-2020 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=python-argopt
SRCNAM="$(echo "$PRGNAM" | cut -d- -f2)"
VERSION=${VERSION:-0.5.0}
VERSION=${VERSION:-0.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-argopt"
VERSION="0.5.0"
VERSION="0.6.0"
HOMEPAGE="https://github.com/casperdcl/argopt"
DOWNLOAD="https://github.com/casperdcl/argopt/archive/v0.5.0/argopt-0.5.0.tar.gz"
MD5SUM="c3e850ddad6ac1cc11c3de8745caf0d1"
DOWNLOAD="https://github.com/casperdcl/argopt/archive/v0.6.0/argopt-0.6.0.tar.gz"
MD5SUM="e70a0cabc47df58dad82b7bb61661e15"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""