mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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:
parent
17dacbc6b4
commit
5c90a2ad88
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue