diff options
author | prspkt <prspkt@protonmail.com> | 2018-06-30 19:48:51 +0300 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-04 07:54:32 +0000 |
commit | d7da932f5878aa43e1f540087a41f28ec056ed8f (patch) | |
tree | ef47dfd8aa64a3e6af746e3cb655fba7cd306094 /testing/py-blessings | |
parent | fb14319a4fe747bf7078167f2af74faf3fed4fc5 (diff) | |
download | aports-d7da932f5878aa43e1f540087a41f28ec056ed8f.tar.bz2 aports-d7da932f5878aa43e1f540087a41f28ec056ed8f.tar.xz |
testing/py-blessings: upgrade to 1.7
Diffstat (limited to 'testing/py-blessings')
-rw-r--r-- | testing/py-blessings/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-blessings/APKBUILD b/testing/py-blessings/APKBUILD index d0e9bfa333..3b5c5b8598 100644 --- a/testing/py-blessings/APKBUILD +++ b/testing/py-blessings/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-blessings _pkgname=blessings -pkgver=1.6.1 -pkgrel=3 +pkgver=1.7 +pkgrel=0 pkgdesc="A Python wrapper around terminal coloring, styling and positioning" url="https://github.com/erikrose/blessings" arch="noarch" @@ -24,4 +24,4 @@ package() { python2 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="7a4b051e448cddde7e8ce24106ce0d5d893eb442b19fff04f9ddf28381dfa1b4bdd4be79b87782162b2ead13597a346f533edb944130f2e5bc39aa936ca48db2 blessings-1.6.1.tar.gz" +sha512sums="66a8e7af6a8807c8be68f4d71db25ca6c26f46ddfa9a7e4792a2f73033df81d8392633ff75e6fa131039d9136030844ed93b11316b9f7e2e6ea77675f2f3e528 blessings-1.7.tar.gz" |