diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-28 19:27:39 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-28 19:43:42 -0300 |
commit | ee0b3db64525868587cd3d7b2a9336dc6487bbc9 (patch) | |
tree | 76bb71e233d05e7bacd2ccae797987a54eb6132d /testing/py3-pygtail | |
parent | bf0d50148bba0c3c99755db7f35ec0a2291ffd52 (diff) | |
download | aports-ee0b3db64525868587cd3d7b2a9336dc6487bbc9.tar.bz2 aports-ee0b3db64525868587cd3d7b2a9336dc6487bbc9.tar.xz |
testing/py3-pygtail: upgrade to 0.11.0
Diffstat (limited to 'testing/py3-pygtail')
-rw-r--r-- | testing/py3-pygtail/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pygtail/APKBUILD b/testing/py3-pygtail/APKBUILD index d613e11c68..e3928e4453 100644 --- a/testing/py3-pygtail/APKBUILD +++ b/testing/py3-pygtail/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-pygtail _pkgname=pygtail -pkgver=0.10.1 +pkgver=0.11.0 pkgrel=0 pkgdesc="Reads log file lines that have not been read" url="https://github.com/bgreenlee/pygtail" @@ -21,4 +21,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="c712bc0cd485f1cb89c9c5957ce8359a83df20c354094983f1ddf517006038e0a94dbcb2db4afdf87499140efb8e50f39944d98f6f63e8d64a8e5579edbc5652 pygtail-0.10.1.tar.gz" +sha512sums="4bff7d33d563b462a272f7f1a300e68b695085d61ea5ffa2aac61e5215845519b220f6a42395658c6a89e7572bc5b86f9a4b2037f65bc546762a5563850fc383 pygtail-0.11.0.tar.gz" |