mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/9menu: Updated for version 1.10.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ce240f4850
commit
67412ed518
2 changed files with 8 additions and 5 deletions
|
@ -22,6 +22,9 @@
|
|||
|
||||
# Now maintained by B. Watson <yalhcru@gmail.com>.
|
||||
|
||||
# 20200708 bkw:
|
||||
# - Update for v1.10
|
||||
|
||||
# 20180628 bkw:
|
||||
# - Take over maintenance.
|
||||
# - Use github .tar.gz release. NO WAY am I leaving this:
|
||||
|
@ -30,8 +33,8 @@
|
|||
# - Include ChangeLog in doc dir, bump BUILD to 2.
|
||||
|
||||
PRGNAM=9menu
|
||||
VERSION=${VERSION:-1.9}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="9menu"
|
||||
VERSION="1.9"
|
||||
VERSION="1.10"
|
||||
HOMEPAGE="https://github.com/arnoldrobbins/9menu"
|
||||
DOWNLOAD="https://github.com/arnoldrobbins/9menu/archive/9menu-release-1.9/9menu-9menu-release-1.9.tar.gz"
|
||||
MD5SUM="9cc267a7b83a85ce1b35518e26e8d721"
|
||||
DOWNLOAD="https://github.com/arnoldrobbins/9menu/archive/9menu-release-1.10/9menu-9menu-release-1.10.tar.gz"
|
||||
MD5SUM="fb158d07cc52c6676e8ed012122f7430"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue