Skip to content

Commit

Permalink
desktop/jgmenu: Updated for version 4.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edinaldo P. Silva authored and sbo-bot[bot] committed Dec 17, 2024
1 parent 1db48d6 commit b8d290c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions desktop/jgmenu/jgmenu.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Slackware build script for jgmenu.
#
# Copyright 2017-2022 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2017-2024 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=jgmenu
VERSION=${VERSION:-4.4.1}
VERSION=${VERSION:-4.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -99,7 +99,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $(find $PKG/usr/man -type l); do ln -s $(readlink $i).gz $i.gz; rm $i; done

mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -r docs examples INSTALL.md LICENSE NEWS.md README.md TODO.md \
cp -r docs examples LICENSE NEWS.md README.md TODO.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

Expand Down
6 changes: 3 additions & 3 deletions desktop/jgmenu/jgmenu.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="jgmenu"
VERSION="4.4.1"
VERSION="4.5.0"
HOMEPAGE="https://www.github.com/johanmalm/jgmenu/"
DOWNLOAD="https://github.com/johanmalm/jgmenu/archive/v4.4.1/jgmenu-4.4.1.tar.gz"
MD5SUM="0b7efc20b870c2960d50ff2004410df9"
DOWNLOAD="https://github.com/johanmalm/jgmenu/archive/v4.5.0/jgmenu-4.5.0.tar.gz"
MD5SUM="d46c6a71e9d26ec296c4e940817ca7fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="menu-cache"
Expand Down

0 comments on commit b8d290c

Please sign in to comment.