mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/apache-maven: Updated for version 3.9.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9b7147fe02
commit
75cb724f77
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2008-2013 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2016 Ciorceri Petru Sorin, Cluj-Napoca, Romania
|
||||
# Copyright 2017-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2017-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=apache-maven
|
||||
VERSION=${VERSION:-3.9.6}
|
||||
VERSION=${VERSION:-3.9.7}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="apache-maven"
|
||||
VERSION="3.9.6"
|
||||
VERSION="3.9.7"
|
||||
HOMEPAGE="https://maven.apache.org/"
|
||||
DOWNLOAD="http://archive.apache.org/dist/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.tar.gz"
|
||||
MD5SUM="fb90d9f8aa9ac18e8aa0a0842a09239f"
|
||||
DOWNLOAD="http://archive.apache.org/dist/maven/maven-3/3.9.7/binaries/apache-maven-3.9.7-bin.tar.gz"
|
||||
MD5SUM="82cbef5d0e079c6f46f5658f0f1ce2b7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zulu-openjdk8"
|
||||
|
|
Loading…
Reference in a new issue