mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/python3-dugong: Updated for version 3.6.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
parent
20c738bf85
commit
da01aac3a3
2 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue