diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-05-25 08:00:42 +1200 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2019-05-25 08:15:46 +1200 |
commit | 0ef5321aedbf99e17d143c7fcb21bf2d33932578 (patch) | |
tree | 98956d1001f469b9a733037c34b302aae30f8dad /python/python-axolotl | |
parent | fbd0cc3cd17d5ff52d7d228a04c424cba3f69836 (diff) | |
download | slackbuilds-0ef5321aedbf99e17d143c7fcb21bf2d33932578.tar.gz |
python/python-axolotl: Updated for version 0.2.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python-axolotl')
-rw-r--r-- | python/python-axolotl/python-axolotl.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-axolotl/python-axolotl.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python-axolotl/python-axolotl.SlackBuild b/python/python-axolotl/python-axolotl.SlackBuild index 31146d4587..1b10af9af7 100644 --- a/python/python-axolotl/python-axolotl.SlackBuild +++ b/python/python-axolotl/python-axolotl.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-axolotl -VERSION=${VERSION:-0.2.2} +VERSION=${VERSION:-0.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-axolotl/python-axolotl.info b/python/python-axolotl/python-axolotl.info index 0ebd3006c6..f40de2ca4c 100644 --- a/python/python-axolotl/python-axolotl.info +++ b/python/python-axolotl/python-axolotl.info @@ -1,8 +1,8 @@ PRGNAM="python-axolotl" -VERSION="0.2.2" +VERSION="0.2.3" HOMEPAGE="https://github.com/tgalal/python-axolotl" -DOWNLOAD="https://github.com/tgalal/python-axolotl/archive/0.2.2/python-axolotl-0.2.2.tar.gz" -MD5SUM="3a7c39acc28a5b6a15a7c957f9daf5bb" +DOWNLOAD="https://github.com/tgalal/python-axolotl/archive/0.2.3/python-axolotl-0.2.3.tar.gz" +MD5SUM="b11e4093fc08168a6d06d34a6cb37278" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-axolotl-curve25519 cryptography protobuf3" |