diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-10-06 12:21:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-09 15:11:31 +0000 |
commit | b0d0616dd93cdbfa7b8cad1573aac79308274e03 (patch) | |
tree | 55007f0f4d3659dadb7bb181dfbb2095a2a15927 /testing/py-libnacl | |
parent | f12ea6bbfe8ceccc1c3a03a0bf88c9b85a1db9fe (diff) | |
download | aports-b0d0616dd93cdbfa7b8cad1573aac79308274e03.tar.bz2 aports-b0d0616dd93cdbfa7b8cad1573aac79308274e03.tar.xz |
testing/py-libnacl: upgrade to 1.6.0
Diffstat (limited to 'testing/py-libnacl')
-rw-r--r-- | testing/py-libnacl/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/py-libnacl/APKBUILD b/testing/py-libnacl/APKBUILD index 541d4602ea..2106e31674 100644 --- a/testing/py-libnacl/APKBUILD +++ b/testing/py-libnacl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-libnacl _pkgname=libnacl -pkgver=1.5.2 +pkgver=1.6.0 pkgrel=0 pkgdesc="Python bindings for libsodium/tweetnacl" url="https://libnacl.readthedocs.org/" @@ -10,7 +10,7 @@ arch="noarch" license="ASL 2.0" makedepends="python2-dev python3-dev py-setuptools" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +source="$_pkgname-$pkgver.tar.gz::https://github.com/saltstack/libnacl/archive/v$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver build() { @@ -41,4 +41,5 @@ _py() { cd "$builddir" $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="f5d0827b621c0ddcb61041c3bb665d2c70f5fa400691128134d519fe454439648e7b2e36ab73b0cc827032461ad611e0834655c2f75e3cb3b53063c33aba8c1d libnacl-1.5.2.tar.gz" + +sha512sums="6f5202ca50bf30526bc51e2c528fe86aa412eff4b912d0b09da7f019de2929d2be2a9a8f80340849cf77b3593eae4fa96f2c0920b5201c5786f5009ad5f32c34 libnacl-1.6.0.tar.gz" |