summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2019-01-05 21:46:02 +0100
committer Willy Sudiarto Raharjo2019-01-12 00:58:36 +0100
commit9b107ce0bdee1ec763aa0d4c9cd3704d37929605 (patch)
treef67d547a9c2aa6fd703a3c32bca8cc6c5743f9a7
parente01d4c09935f518c2c15cc2a19ce805d6b553984 (diff)
downloadslackbuilds-9b107ce0bdee1ec763aa0d4c9cd3704d37929605.tar.gz
python/python-argopt: Updated for version 0.5.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 b582e1a977..39f81e29cd 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 Andrew Clemons, Wellington New Zealand
+# Copyright 2018-2019 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.4.0}
+VERSION=${VERSION:-0.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python-argopt/python-argopt.info b/python/python-argopt/python-argopt.info
index e60132cb16..344c0d332a 100644
--- a/python/python-argopt/python-argopt.info
+++ b/python/python-argopt/python-argopt.info
@@ -1,8 +1,8 @@
PRGNAM="python-argopt"
-VERSION="0.4.0"
+VERSION="0.5.0"
HOMEPAGE="https://github.com/casperdcl/argopt"
-DOWNLOAD="https://github.com/casperdcl/argopt/archive/v0.4.0/argopt-0.4.0.tar.gz"
-MD5SUM="574b2c3504b163e4d52d1677f279aabe"
+DOWNLOAD="https://github.com/casperdcl/argopt/archive/v0.5.0/argopt-0.5.0.tar.gz"
+MD5SUM="c3e850ddad6ac1cc11c3de8745caf0d1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""