mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/obmenu-generator: Updated for version 0.93.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
afa4e1b36e
commit
4646154269
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for obmenu-generator.
|
||||
#
|
||||
# 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=obmenu-generator
|
||||
VERSION=${VERSION:-0.91}
|
||||
VERSION=${VERSION:-0.93}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="obmenu-generator"
|
||||
VERSION="0.91"
|
||||
VERSION="0.93"
|
||||
HOMEPAGE="https://github.com/trizen/obmenu-generator/"
|
||||
DOWNLOAD="https://github.com/trizen/obmenu-generator/archive/0.91/obmenu-generator-0.91.tar.gz"
|
||||
MD5SUM="49047ad49a00afbd5c0a2acd1a4dacd4"
|
||||
DOWNLOAD="https://github.com/trizen/obmenu-generator/archive/0.93/obmenu-generator-0.93.tar.gz"
|
||||
MD5SUM="545070772eeda30934f7be8b646c3b5f"
|
||||
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