mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/gfi: Updated for version 0.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4699ae04ce
commit
dca6e14b9c
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for gfi
|
||||
|
||||
# Copyright © 2022-2023 Logan Rathbone, Province of Ontario, Canada
|
||||
# Copyright © 2022-2024 Logan Rathbone, Province of Ontario, Canada
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=gfi
|
||||
VERSION=${VERSION:-0.2.3}
|
||||
VERSION=${VERSION:-0.2.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gfi"
|
||||
VERSION="0.2.3"
|
||||
VERSION="0.2.4"
|
||||
HOMEPAGE="https://gitlab.gnome.org/LARathbone/gfi"
|
||||
DOWNLOAD="https://gitlab.gnome.org/LARathbone/gfi/-/archive/0.2.3/gfi-0.2.3.tar.gz"
|
||||
MD5SUM="5f723a24f8fb76cb45dd7eeb1176470a"
|
||||
DOWNLOAD="https://gitlab.gnome.org/LARathbone/gfi/-/archive/0.2.4/gfi-0.2.4.tar.gz"
|
||||
MD5SUM="9f1fb43e32330d67f0a6eefb32700c5f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="flatpak"
|
||||
|
|
Loading…
Reference in a new issue