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 /python/python3-dugong/python3-dugong.SlackBuild | |
parent | 20c738bf85708140dd78a50093226df91f2b3b6c (diff) |
python/python3-dugong: Updated for version 3.6.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'python/python3-dugong/python3-dugong.SlackBuild')
-rw-r--r-- | python/python3-dugong/python3-dugong.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-dugong/python3-dugong.SlackBuild b/python/python3-dugong/python3-dugong.SlackBuild index 08603f2ff2fd4..7381b707f9106 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} |