diff options
author | slackjeff <slackjeff@riseup.net> | 2023-12-28 21:36:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-29 18:49:43 +0700 |
commit | a69df2c72ab612df3f8d6081b04339c5637d2cc9 (patch) | |
tree | 60b723b65bafcd78501df84d4a02151540ea1456 /desktop | |
parent | 0d6adda86218bebf6c629ef3396f6cd3ba60936b (diff) |
desktop/gromit-mpx: Updated for version 1.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/gromit-mpx/gromit-mpx.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/gromit-mpx/gromit-mpx.info | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/desktop/gromit-mpx/gromit-mpx.SlackBuild b/desktop/gromit-mpx/gromit-mpx.SlackBuild index 5d32e5cd3cea9..879eab76f753d 100644 --- a/desktop/gromit-mpx/gromit-mpx.SlackBuild +++ b/desktop/gromit-mpx/gromit-mpx.SlackBuild @@ -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 diff --git a/desktop/gromit-mpx/gromit-mpx.info b/desktop/gromit-mpx/gromit-mpx.info index fe4eb290d8a20..3e40cdf1a57a1 100644 --- a/desktop/gromit-mpx/gromit-mpx.info +++ b/desktop/gromit-mpx/gromit-mpx.info @@ -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" |