diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2016-05-30 08:57:06 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-01 23:55:03 +0700 |
commit | da01aac3a311a0f00e9cda6b050dd7e80d24da6d (patch) | |
tree | cd3523162ebcfc015056ff336007135149a83f43 | |
parent | 20c738bf85708140dd78a50093226df91f2b3b6c (diff) | |
download | slackbuilds-da01aac3a311a0f00e9cda6b050dd7e80d24da6d.tar.gz |
python/python3-dugong: Updated for version 3.6.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
-rw-r--r-- | python/python3-dugong/python3-dugong.SlackBuild | 6 | ||||
-rw-r--r-- | python/python3-dugong/python3-dugong.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-dugong/python3-dugong.SlackBuild b/python/python3-dugong/python3-dugong.SlackBuild index 08603f2ff2..7381b707f9 100644 --- a/python/python3-dugong/python3-dugong.SlackBuild +++ b/python/python3-dugong/python3-dugong.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for "python3-dugong". -# Copyright 2015 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2015-2016 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,8 +26,8 @@ PRGNAM=python3-dugong SRCNAM=nikratio-python-dugong -REV=${REV:-c04412d6a69d} -VERSION=${VERSION:-3.5} +REV=${REV:-1120ec2672dd} +VERSION=${VERSION:-3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-dugong/python3-dugong.info b/python/python3-dugong/python3-dugong.info index ab8e8f89b5..116a26d485 100644 --- a/python/python3-dugong/python3-dugong.info +++ b/python/python3-dugong/python3-dugong.info @@ -1,8 +1,8 @@ PRGNAM="python3-dugong" -VERSION="3.5" +VERSION="3.6" HOMEPAGE="https://bitbucket.org/nikratio/python-dugong/" -DOWNLOAD="https://bitbucket.org/nikratio/python-dugong/get/release-3.5.tar.bz2" -MD5SUM="e1293f7189681309c66f63d4ebccfb8a" +DOWNLOAD="https://bitbucket.org/nikratio/python-dugong/get/release-3.6.tar.bz2" +MD5SUM="a1989e6f178485f3f51001962f20112e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |