diff options
-rw-r--r-- | development/ghex/ghex.SlackBuild | 8 | ||||
-rw-r--r-- | development/ghex/ghex.info | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/development/ghex/ghex.SlackBuild b/development/ghex/ghex.SlackBuild index 91f74ab13a..c8ee858af2 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} diff --git a/development/ghex/ghex.info b/development/ghex/ghex.info index dac7e75dfd..8c47dceb70 100644 --- a/development/ghex/ghex.info +++ b/development/ghex/ghex.info @@ -1,8 +1,8 @@ PRGNAM="ghex" -VERSION="43.0" +VERSION="44.1" HOMEPAGE="https://gitlab.gnome.org/GNOME/ghex" -DOWNLOAD="https://download.gnome.org/sources/ghex/43/ghex-43.0.tar.xz" -MD5SUM="973ffeb82844a51ffa0461045baf749b" +DOWNLOAD="https://download.gnome.org/sources/ghex/44/ghex-44.1.tar.xz" +MD5SUM="7a43fac6b28b096c49180e0b686d6b5e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libadwaita" |