mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# 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.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=fbmenugen
|
||||
VERSION=${VERSION:-0.87}
|
||||
VERSION=${VERSION:-0.88}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fbmenugen"
|
||||
VERSION="0.87"
|
||||
VERSION="0.88"
|
||||
HOMEPAGE="https://github.com/trizen/fbmenugen"
|
||||
DOWNLOAD="https://github.com/trizen/fbmenugen/archive/0.87/fbmenugen-0.87.tar.gz"
|
||||
MD5SUM="148235b3779b0514dfe0e7de5713352d"
|
||||
DOWNLOAD="https://github.com/trizen/fbmenugen/archive/0.88/fbmenugen-0.88.tar.gz"
|
||||
MD5SUM="27ca42e97b34646d59758de6e8953936"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-data-dump perl-linux-desktop-files perl-gtk2 perl-Gtk3 perl-file-desktopentry"
|
||||
|
|
Loading…
Reference in a new issue