desktop/fbmenugen: Updated for version 0.88.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0008d7a32b
commit
afa4e1b36e
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Slackware build script for fbmenugen.
|
# Slackware build script for fbmenugen.
|
||||||
#
|
#
|
||||||
# Copyright 2015-2022 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
# Copyright 2015-2023 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=fbmenugen
|
PRGNAM=fbmenugen
|
||||||
VERSION=${VERSION:-0.87}
|
VERSION=${VERSION:-0.88}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="fbmenugen"
|
PRGNAM="fbmenugen"
|
||||||
VERSION="0.87"
|
VERSION="0.88"
|
||||||
HOMEPAGE="https://github.com/trizen/fbmenugen"
|
HOMEPAGE="https://github.com/trizen/fbmenugen"
|
||||||
DOWNLOAD="https://github.com/trizen/fbmenugen/archive/0.87/fbmenugen-0.87.tar.gz"
|
DOWNLOAD="https://github.com/trizen/fbmenugen/archive/0.88/fbmenugen-0.88.tar.gz"
|
||||||
MD5SUM="148235b3779b0514dfe0e7de5713352d"
|
MD5SUM="27ca42e97b34646d59758de6e8953936"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="perl-data-dump perl-linux-desktop-files perl-gtk2 perl-Gtk3 perl-file-desktopentry"
|
REQUIRES="perl-data-dump perl-linux-desktop-files perl-gtk2 perl-Gtk3 perl-file-desktopentry"
|
||||||
|
|
Loading…
Reference in New Issue