summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2020-02-24 08:48:32 +0100
committer Willy Sudiarto Raharjo2020-02-29 01:45:13 +0100
commit58385874dd6102147ad8173d6aea505828363443 (patch)
treeee0aa628532fd3ce35d0d407c4455ad9fe8e74aa
parent84d781dcd0252b582f71d562c767ea2f8a2c716a (diff)
downloadslackbuilds-58385874dd6102147ad8173d6aea505828363443.tar.gz
python/python-argopt: Updated for version 0.6.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--python/python-argopt/python-argopt.SlackBuild4
-rw-r--r--python/python-argopt/python-argopt.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-argopt/python-argopt.SlackBuild b/python/python-argopt/python-argopt.SlackBuild
index 39f81e29cd..1c818607ee 100644
--- a/python/python-argopt/python-argopt.SlackBuild
+++ b/python/python-argopt/python-argopt.SlackBuild
@@ -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}
diff --git a/python/python-argopt/python-argopt.info b/python/python-argopt/python-argopt.info
index 344c0d332a..c7821d4bc4 100644
--- a/python/python-argopt/python-argopt.info
+++ b/python/python-argopt/python-argopt.info
@@ -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=""