diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-25 21:38:53 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-25 21:59:05 +0100 |
commit | 5b60853193624b11ed0de5d814f52950af110433 (patch) | |
tree | b04b96a1660f3306b0f6afbb0d32c340ec5862cb /community/py3-eliot | |
parent | f00ca4b921f1c7cb3a00f203c6d4bc44cced4915 (diff) | |
download | aports-5b60853193624b11ed0de5d814f52950af110433.tar.bz2 aports-5b60853193624b11ed0de5d814f52950af110433.tar.xz |
community/py3-eliot: upgrade to 1.12.0
Diffstat (limited to 'community/py3-eliot')
-rw-r--r-- | community/py3-eliot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-eliot/APKBUILD b/community/py3-eliot/APKBUILD index b0c942d2ec..29faa0ac70 100644 --- a/community/py3-eliot/APKBUILD +++ b/community/py3-eliot/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-eliot -pkgver=1.11.0 +pkgver=1.12.0 pkgrel=0 pkgdesc="Logging system that tells you why it happened" # Requires unpackaged dask and cffi for testing journald @@ -28,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="1bd1b4260e938116ff8afa3c67535c8c0cca4eb37d6bbf15c4051b70b17e17bc4384035e37d1982572c36c45a4d12f33cc3af49830abc960d72c30db1aef1b51 py3-eliot-1.11.0.tar.gz" +sha512sums="d150194a115208764cc5fb94b59186f680c91da283150efee888f4d2b4521d18a9ab0b24b4f1b5b12a988e36759a996516c183ba5e9e8d4d4ab4e97f7c5ba0d1 py3-eliot-1.12.0.tar.gz" |