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/rhash.SlackBuild | |
parent | 52dcad25c97173bb64bf1966e3be69d9fcb0a47d (diff) |
system/rhash: Updated for version 1.4.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rhash/rhash.SlackBuild')
-rw-r--r-- | system/rhash/rhash.SlackBuild | 8 |
1 files changed, 3 insertions, 5 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} |