python/python-axolotl: Updated for version 0.2.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2019-05-11 13:29:13 +12:00 committed by Willy Sudiarto Raharjo
parent 040af5dc66
commit cd064ff2ea
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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"