diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-02-03 18:05:40 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-02-05 23:02:27 +0100 |
commit | bfa133c658877d8bc9c3ff9cb318f86c92485581 (patch) | |
tree | f0f890e61328d6b782271d2a0c073929ff9d429d /testing | |
parent | 50575ac24f4cafb4f7a61c3fc4c4faacb30b5d7e (diff) | |
download | aports-bfa133c658877d8bc9c3ff9cb318f86c92485581.tar.bz2 aports-bfa133c658877d8bc9c3ff9cb318f86c92485581.tar.xz |
testing/py-astral: upgrade to 1.3.4
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-astral/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-astral/APKBUILD b/testing/py-astral/APKBUILD index 2c85d00708..ddb4646e2b 100644 --- a/testing/py-astral/APKBUILD +++ b/testing/py-astral/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-astral _pkgname=astral -pkgver=1.3.3 +pkgver=1.3.4 pkgrel=0 pkgdesc="Calculations for the position of the sun and moon" url="https://pypi.python.org/pypi/astral/" @@ -45,6 +45,6 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -md5sums="17f565a413ed2f883c980fde5dc68a21 astral-1.3.3.zip" -sha256sums="01a4bc0967329635b869d92ed3772e55e674599721eb59d0bcb561fe7b61b856 astral-1.3.3.zip" -sha512sums="c36c9167279acda036bb888b5f9ec13af063cd799a4a01c88cfba76a85ed1a544b313e8cdc6c4d93863595a2a09c28d707a8467494c89d9b6c82d9d74f9b0ad8 astral-1.3.3.zip" +md5sums="b1b5738b4237bf9e8813f1f2ffd64452 astral-1.3.4.zip" +sha256sums="e4bbd7748835cd76809ec06852c2a0afd44ecbb1873351a31f0dbb78f44f2de3 astral-1.3.4.zip" +sha512sums="a9c0bd91f03594715f5e4eb58bed6c7b444d789d42917b587b8e97c871255e53ae602538b8ecb684de1f77171725fd9ad8ba2de15410ec0df514ea16c1e7e5ea astral-1.3.4.zip" |