diff options
-rw-r--r-- | community/smooth/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/smooth/APKBUILD b/community/smooth/APKBUILD index 4d8faad49b..a4242634de 100644 --- a/community/smooth/APKBUILD +++ b/community/smooth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=smooth -pkgver=0.9.7 +pkgver=0.9.8 pkgrel=0 arch="all" url="https://github.com/enzo1982/smooth" @@ -33,4 +33,6 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="d3def3859f24222bd2c46e47d9e9b7208dadaa460b60c0937a62e549565a01f8f1af9eef454914d7b0be69ab76b5057292861de6472be381cfae2fb5281a30dc smooth-v0.9.7.tar.gz" +sha512sums=" +b98cb1c8f41ddc3bdd9b442003a2b3f517076484955999c88553e0e71cacdd7c220aae5b3f4e651ccd998b329e2276ff434af9d1139319733845d08a6c2cae01 smooth-v0.9.8.tar.gz +" |