diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-04-01 22:17:46 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-04-01 22:17:46 -0500 |
commit | 5d4bb161ef016f6e00a50e1dd0a0d8d090845b45 (patch) | |
tree | 4fd1a8b9453c4487b2b3a9a7228dfa065b6915c4 /system | |
parent | 3829532d512ff2a90cf3951c15b0f4adc4660c0a (diff) | |
download | packages-5d4bb161ef016f6e00a50e1dd0a0d8d090845b45.tar.gz packages-5d4bb161ef016f6e00a50e1dd0a0d8d090845b45.tar.bz2 packages-5d4bb161ef016f6e00a50e1dd0a0d8d090845b45.tar.xz packages-5d4bb161ef016f6e00a50e1dd0a0d8d090845b45.zip |
system/rhash: Update URL, update to 1.4.3
Diffstat (limited to 'system')
-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" |