diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-01 10:08:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-01 10:08:51 +0700 |
commit | d3ce902d19127848490b2dfdd4d5d33383e7f14f (patch) | |
tree | 51c4088e60c0ac9571b989c10bf2249051b50096 /development/apache-maven/apache-maven.SlackBuild | |
parent | 7d7422acacf60e62a018251f95bf97bd6d264e55 (diff) |
development/apache-maven: Updated for version 3.8.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/apache-maven/apache-maven.SlackBuild')
-rw-r--r-- | development/apache-maven/apache-maven.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/development/apache-maven/apache-maven.SlackBuild b/development/apache-maven/apache-maven.SlackBuild index c1ec9fc62f123..3d7a79d8a809a 100644 --- a/development/apache-maven/apache-maven.SlackBuild +++ b/development/apache-maven/apache-maven.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2008-2013 Heinz Wiesinger, Amsterdam, The Netherlands # Copyright 2016 Ciorceri Petru Sorin, Cluj-Napoca, Romania -# Copyright 2017-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2017-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,15 +27,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=apache-maven -VERSION=${VERSION:-3.8.6} +VERSION=${VERSION:-3.8.7} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -# 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 |