diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 16:28:35 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 16:30:49 -0300 |
commit | 24d24753aaab3ab84609212fd20532719c86fb46 (patch) | |
tree | e2a4613e7bdb73459ecba6a2f0862604db584ba8 /testing | |
parent | 531686bc02e6ce48f34b6b521930f6067c2d6ea6 (diff) | |
download | aports-24d24753aaab3ab84609212fd20532719c86fb46.tar.bz2 aports-24d24753aaab3ab84609212fd20532719c86fb46.tar.xz |
testing/py3-wasabi: upgrade to 0.4.0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-wasabi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-wasabi/APKBUILD b/testing/py3-wasabi/APKBUILD index b6de0191db..07202c217e 100644 --- a/testing/py3-wasabi/APKBUILD +++ b/testing/py3-wasabi/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Oleg Titov <oleg.titov@gmail.com> # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=py3-wasabi -pkgver=0.3.0 +pkgver=0.4.0 pkgrel=0 pkgdesc="A lightweight console printing and formatting toolkit" url="https://github.com/ines/wasabi" @@ -29,4 +29,4 @@ package() { install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md" } -sha512sums="043e6c76cf9664da61ddfbe5665e856fc528d04a1eeb16f9a57d01371717a0fe878a5ad5f82523d63db97d8a8acd31da63c1b567b62eac3af7fc1f42c70bddb8 wasabi-0.3.0.tar.gz" +sha512sums="247a044881e0964d80f8c02ff15e29ce6a823e12f660a594e1d9235e369e1e80db119992fcb463411f0412aedb52b4758e3373eb13502e9a1fea499a7897d622 wasabi-0.4.0.tar.gz" |