mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/apache-maven: Updated for version 3.8.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7d7422acac
commit
d3ce902d19
2 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="apache-maven"
|
||||
VERSION="3.8.6"
|
||||
VERSION="3.8.7"
|
||||
HOMEPAGE="https://maven.apache.org/"
|
||||
DOWNLOAD="http://archive.apache.org/dist/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz"
|
||||
MD5SUM="0e07de4a7b5c84ebed737a2002f52019"
|
||||
DOWNLOAD="http://archive.apache.org/dist/maven/maven-3/3.8.7/binaries/apache-maven-3.8.7-bin.tar.gz"
|
||||
MD5SUM="c703e0952fac607378c8e507bcf76977"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zulu-openjdk8"
|
||||
|
|
Loading…
Reference in a new issue