diff options
Diffstat (limited to 'development/ghex/ghex.SlackBuild')
-rw-r--r-- | development/ghex/ghex.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/development/ghex/ghex.SlackBuild b/development/ghex/ghex.SlackBuild index 91f74ab13a2f7..c8ee858af21e5 100644 --- a/development/ghex/ghex.SlackBuild +++ b/development/ghex/ghex.SlackBuild @@ -1,9 +1,11 @@ #!/bin/bash # Slackware build script for ghex - +# # Originally written by B. Watson (urchlay@slackware.uk), Copyright © 2020-2021 -# Updated for GHex 4.x by Logan Rathbone <poprocks@gmail.com>, Copyright © 2022 +# +# Updated for GHex 4.x by Logan Rathbone <poprocks@gmail.com> +# Copyright ©2022-2023 # # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. # @@ -12,7 +14,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ghex -VERSION=${VERSION:-43.0} +VERSION=${VERSION:-44.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |