diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-09-09 10:25:19 +0100 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2022-09-09 10:25:19 +0100 |
commit | 55df4ca810062d4b4de62406af41af9801a82a5a (patch) | |
tree | 81db8dad112eef8a8b6881bd069089f266471597 /python/roundrobin | |
parent | 9ae79fb96323da36865b002eaf6715672e58c6ce (diff) |
python/roundrobin: Updated for version 0.0.4.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/roundrobin')
-rw-r--r-- | python/roundrobin/roundrobin.SlackBuild | 2 | ||||
-rw-r--r-- | python/roundrobin/roundrobin.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/roundrobin/roundrobin.SlackBuild b/python/roundrobin/roundrobin.SlackBuild index 47331cd162a9..1dc177d6baf6 100644 --- a/python/roundrobin/roundrobin.SlackBuild +++ b/python/roundrobin/roundrobin.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=roundrobin -VERSION=${VERSION:-0.0.2} +VERSION=${VERSION:-0.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/roundrobin/roundrobin.info b/python/roundrobin/roundrobin.info index fd04c3308b29..e8458833012f 100644 --- a/python/roundrobin/roundrobin.info +++ b/python/roundrobin/roundrobin.info @@ -1,8 +1,8 @@ PRGNAM="roundrobin" -VERSION="0.0.2" +VERSION="0.0.4" HOMEPAGE="https://github.com/linnik/roundrobin" -DOWNLOAD="https://files.pythonhosted.org/packages/source/r/roundrobin/roundrobin-0.0.2.tar.gz" -MD5SUM="c8579ec1e26677d53d613b0aefffaaa1" +DOWNLOAD="https://files.pythonhosted.org/packages/source/r/roundrobin/roundrobin-0.0.4.tar.gz" +MD5SUM="c9076ad647ba26fb5d1798d56b048e95" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |