diff options
Diffstat (limited to 'system/rhash/APKBUILD')
-rw-r--r-- | system/rhash/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/rhash/APKBUILD b/system/rhash/APKBUILD index c58756509..34010792e 100644 --- a/system/rhash/APKBUILD +++ b/system/rhash/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Przemyslaw Pawelczyk <przemoc@zoho.com> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=rhash -pkgver=1.4.3 +pkgver=1.4.6 pkgrel=0 pkgdesc="Utility for calculation and verification of hash sums and magnet links" url="https://rhash.sourceforge.net/" @@ -31,4 +31,4 @@ package() { make -j1 DESTDIR="$pkgdir" install install-gmo install-lib-headers install-lib-so-link install-man } -sha512sums="d87ffcde28d8f25cf775c279fed457e52d24523ed9b695629dae694b3c22372247d18f6032f8ce13a0b70fa2953be408982e46659daaa7c4ab227ae89eaed9c7 rhash-1.4.3.tar.gz" +sha512sums="c125b71ec36cce2ec31057239cac8b987555f5e3b152dacb6386b905f8cc4d449c1de5b53e5a5206a2d87975681225c9b54e5826c10ffd91b3440f8595d22b15 rhash-1.4.6.tar.gz" |