development/ghex: Updated for version 46.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Logan Rathbone 2024-05-21 13:50:44 -04:00 committed by Willy Sudiarto Raharjo
parent 17dacbc6b4
commit 5c90a2ad88
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
# Originally written by B. Watson (urchlay@slackware.uk), Copyright © 2020-2021
#
# Updated for GHex 4.x by Logan Rathbone <poprocks@gmail.com>
# Copyright ©2022-2023
# Copyright © 2022-2024
#
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
#
@ -14,7 +14,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ghex
VERSION=${VERSION:-45.1}
VERSION=${VERSION:-46.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="ghex"
VERSION="45.1"
VERSION="46.0"
HOMEPAGE="https://gitlab.gnome.org/GNOME/ghex"
DOWNLOAD="https://download.gnome.org/sources/ghex/45/ghex-45.1.tar.xz"
MD5SUM="54eafa6969a6593e9e3e94def171bd86"
DOWNLOAD="https://download.gnome.org/sources/ghex/46/ghex-46.0.tar.xz"
MD5SUM="0079e4a5bd8103529e78b77616674d76"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libadwaita"