diff options
Diffstat (limited to 'python/python3-pycrypto/python3-pycrypto.SlackBuild')
-rw-r--r-- | python/python3-pycrypto/python3-pycrypto.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-pycrypto/python3-pycrypto.SlackBuild b/python/python3-pycrypto/python3-pycrypto.SlackBuild index 9cdff92a3e..6e4fcbbf27 100644 --- a/python/python3-pycrypto/python3-pycrypto.SlackBuild +++ b/python/python3-pycrypto/python3-pycrypto.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for "python3-pycrypto". +# Copyright 2024 Sean Hinchee # Copyright 2015 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # @@ -28,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pycrypto SRCNAM=pycrypto -VERSION=${VERSION:-2.6.1} +VERSION=${VERSION:-2.7a1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |