diff options
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} |