mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/python-axolotl: Updated for version 0.2.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
040af5dc66
commit
cd064ff2ea
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-axolotl
|
||||
|
||||
# Copyright 2016-2018 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2016-2019 Andrew Clemons, Wellington New Zealand
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python-axolotl
|
||||
VERSION=${VERSION:-0.1.42}
|
||||
VERSION=${VERSION:-0.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="python-axolotl"
|
||||
VERSION="0.1.42"
|
||||
VERSION="0.2.2"
|
||||
HOMEPAGE="https://github.com/tgalal/python-axolotl"
|
||||
DOWNLOAD="https://github.com/tgalal/python-axolotl/archive/0.1.42/python-axolotl-0.1.42.tar.gz"
|
||||
MD5SUM="a2c03ea253877c85274c9f1f3866448f"
|
||||
DOWNLOAD="https://github.com/tgalal/python-axolotl/archive/0.2.2/python-axolotl-0.2.2.tar.gz"
|
||||
MD5SUM="3a7c39acc28a5b6a15a7c957f9daf5bb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-axolotl-curve25519 cryptography protobuf"
|
||||
REQUIRES="python-axolotl-curve25519 cryptography protobuf3"
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue