diff options
-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" |