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