desktop/gromit-mpx: Updated for version 1.5.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
slackjeff 2023-12-28 21:36:19 +07:00 committed by Willy Sudiarto Raharjo
parent 0d6adda862
commit a69df2c72a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View file

@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gromit-mpx
VERSION=${VERSION:-1.4.3}
VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -36,9 +36,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,10 +1,10 @@
PRGNAM="gromit-mpx"
VERSION="1.4.3"
VERSION="1.5.1"
HOMEPAGE="https://github.com/bk138/gromit-mpx"
DOWNLOAD="https://github.com/bk138/gromit-mpx/archive/1.4.3/gromit-mpx-1.4.3.tar.gz"
MD5SUM="79502e7dae35e2bf425c2132818d7664"
DOWNLOAD="https://github.com/bk138/gromit-mpx/archive/1.5.1/gromit-mpx-1.5.1.tar.gz"
MD5SUM="324ed59458add9c8a6eabd9764233c19"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Jefferson Carneiro"
MAINTAINER="slackjeff"
EMAIL="slackjeff@riseup.net"