diff options
author | С. С. Болоканаръ <sbolokanov@abv.bg> | 2021-01-23 16:22:10 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-24 00:04:25 +0700 |
commit | 096c47a56911eb5e3c524ef1ad4d0288016434eb (patch) | |
tree | 3bba280704e09829f2aa594aba47854539243f35 /system/rhash | |
parent | 52dcad25c97173bb64bf1966e3be69d9fcb0a47d (diff) | |
download | slackbuilds-096c47a56911eb5e3c524ef1ad4d0288016434eb.tar.gz |
system/rhash: Updated for version 1.4.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rhash')
-rw-r--r-- | system/rhash/rhash.SlackBuild | 8 | ||||
-rw-r--r-- | system/rhash/rhash.info | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/system/rhash/rhash.SlackBuild b/system/rhash/rhash.SlackBuild index a076213f53..24d4602337 100644 --- a/system/rhash/rhash.SlackBuild +++ b/system/rhash/rhash.SlackBuild @@ -1,6 +1,7 @@ #!/bin/sh -# Copyright (c) 2014, Симонъ–Севаръ Болокановъ, Bulgaria <sbolokanov@abv.bg> +# Copyright 2014-2021 S. S. Bolokanar, Bulgaria <sbolokanov@abv.bg> +# С. С. Болоканаръ, България # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -20,9 +21,6 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Written by: Симонъ Болокановъ <sbolokanov@abv.bg> -# Date: Unknown - # Changelog: # v1.3.3 - Re-done the sript and send it to SBo # 27.2.2015 - no headers!? - thanks to Marcel Saegebarth for spotting this @@ -32,7 +30,7 @@ # 3 Мартъ 1878 – възстановѧване на Българиѧ, 3 Мартъ 1918 (40 г. по–късно) – победа надъ Русиѧ PRGNAM=rhash -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/rhash/rhash.info b/system/rhash/rhash.info index 30b6009c6f..1e86e18c74 100644 --- a/system/rhash/rhash.info +++ b/system/rhash/rhash.info @@ -1,10 +1,10 @@ PRGNAM="rhash" -VERSION="1.4.0" +VERSION="1.4.1" HOMEPAGE="https://github.com/rhash/RHash/" -DOWNLOAD="https://github.com/rhash/RHash/archive/v1.4.0/RHash-1.4.0.tar.gz" -MD5SUM="7adb443e76f2ccad718725a2708e1dbb" +DOWNLOAD="https://github.com/rhash/RHash/archive/v1.4.1/RHash-1.4.1.tar.gz" +MD5SUM="5059d052270e92302dbb08de3f6d7fee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Симонъ С. Болокановъ" +MAINTAINER="S. S. Bolokanar" EMAIL="sbolokanov@abv.bg" |