diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-12 16:55:27 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-12 17:11:53 -0300 |
commit | e464383d4442e0a10542f78450b774c2e2a29d5b (patch) | |
tree | 0763b9161d4fb1c96f4e746459f13a27351e75f6 /testing/smooth | |
parent | 335cdaa752303ef09d6e7228904e30f91ed1f5cf (diff) | |
download | aports-e464383d4442e0a10542f78450b774c2e2a29d5b.tar.bz2 aports-e464383d4442e0a10542f78450b774c2e2a29d5b.tar.xz |
testing/smooth: upgrade to 0.9.2
Diffstat (limited to 'testing/smooth')
-rw-r--r-- | testing/smooth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/smooth/APKBUILD b/testing/smooth/APKBUILD index 05cde5355a..fa60542b76 100644 --- a/testing/smooth/APKBUILD +++ b/testing/smooth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=smooth -pkgver=0.9.1 +pkgver=0.9.2 pkgrel=0 arch="all" url="https://github.com/enzo1982/smooth" @@ -26,4 +26,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="9cab9d4a06eae37cb3024feb3fee73ae2de47723c03a5d0b9d75afda379049c16ee572ebfe024cfd73cf16942829c9731cc56568cfe84f1d222f6d016e999f8b smooth-0.9.1.tar.gz" +sha512sums="9dafbe3ea061090670231c1a7c1def3ec93c6de00b5e53949a9e0cf459a68c139ff7580f2d6b9f46d23b1afb1f22df5493bbed1ea85993c4006d409b637abfb0 smooth-0.9.2.tar.gz" |