diff options
author | Oleg Titov <oleg.titov@gmail.com> | 2020-01-02 15:40:41 -0600 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-03 04:27:32 +0100 |
commit | 9c62aceda38303505c7063ca8c2f9e70279ebdd0 (patch) | |
tree | 750e731a6650daae225ef2c3c085ee27aa67402c /testing/py3-wasabi | |
parent | 428e8cf7c472646479dada520eec5e0f783675b0 (diff) | |
download | aports-9c62aceda38303505c7063ca8c2f9e70279ebdd0.tar.bz2 aports-9c62aceda38303505c7063ca8c2f9e70279ebdd0.tar.xz |
testing/py3-wasabi: upgrade to 0.5.0
Ref https://github.com/ines/wasabi/releases
Diffstat (limited to 'testing/py3-wasabi')
-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 11c6901a44..e78e307f1b 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.4.2 +pkgver=0.5.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="0150b7363b5bed2145f45657da7df4831868e90b0001373503401f8e3cce0b4e81b260f6355fcd0b40b8e8dd6d8df5cede5b3ca98bd8f7a91564234f19614665 wasabi-0.4.2.tar.gz" +sha512sums="b416ada5e7a612dbcab71454916d46fcec31ad24fe4a26326305d0177746ed0a3862d8060029d3b409b61808e7c32d122edb3ad02009b82fb14925c239ff6e18 wasabi-0.5.0.tar.gz" |