diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2023-12-27 22:30:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-29 18:49:42 +0700 |
commit | 1157ce1a129c65ee630ad2103ab65aa35b3eb7dc (patch) | |
tree | 141138c3a85df8a953702994219be3689dcee422 /development/nexus | |
parent | c48b6acbd462a2b82adbc5fa254948c9d01b8eef (diff) |
development/nexus: Updated for version 3.63.0_01.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/nexus')
-rw-r--r-- | development/nexus/nexus.SlackBuild | 7 | ||||
-rw-r--r-- | development/nexus/nexus.info | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/development/nexus/nexus.SlackBuild b/development/nexus/nexus.SlackBuild index cf8f6cd732bc..3b3546863b5c 100644 --- a/development/nexus/nexus.SlackBuild +++ b/development/nexus/nexus.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Sonatype Nexus Repository OSS -# Copyright 2019 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy +# Copyright 2023 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nexus -VERSION=${VERSION:-3.15.2_01} +VERSION=${VERSION:-3.63.0_01} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -101,14 +101,13 @@ ln -sf ../../tmp/$PRGNAM tmp cd $TMP cp sonatype-work/nexus3/log/.placeholder $PKG/var/log/$PRGNAM cp sonatype-work/nexus3/tmp/.placeholder $PKG/var/tmp/$PRGNAM -cp -r sonatype-work/nexus3/orient $PKG/var/lib/$PRGNAM cp sonatype-work/nexus3/clean_cache $PKG/var/lib/$PRGNAM # Fix configuration files sed -i $PKG/usr/share/$PRGNAM/bin/$PRGNAM.rc \ -e "s:#run_as_user=\"\":run_as_user=\"nexus\":g" sed -i $PKG/usr/share/$PRGNAM/bin/$PRGNAM \ - -e "s:# INSTALL4J_JAVA_HOME_OVERRIDE=:INSTALL4J_JAVA_HOME_OVERRIDE=\"/usr/lib${LIBDIRSUFFIX}/java\":g" + -e "s:# INSTALL4J_JAVA_HOME_OVERRIDE=:INSTALL4J_JAVA_HOME_OVERRIDE=\"/usr/lib${LIBDIRSUFFIX}/zulu-openjdk8\":g" sed -i $PKG/usr/share/$PRGNAM/bin/$PRGNAM.vmoptions \ -e "s\-XX:LogFile=../sonatype-work/nexus3/log/jvm.log\-XX:LogFile=/var/lib/nexus/log/jvm.log\g" \ -e "s:-Dkaraf.data=../sonatype-work/nexus3:-Dkaraf.data=/var/lib/nexus:g" \ diff --git a/development/nexus/nexus.info b/development/nexus/nexus.info index adc2dad33005..79490e95f339 100644 --- a/development/nexus/nexus.info +++ b/development/nexus/nexus.info @@ -1,8 +1,8 @@ PRGNAM="nexus" -VERSION="3.15.2_01" +VERSION="3.63.0_01" HOMEPAGE="https://www.sonatype.com/nexus-repository-oss" -DOWNLOAD="https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-3.15.2-01-unix.tar.gz" -MD5SUM="cd032359593564ee75e5c78c74001c7b" +DOWNLOAD="https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-3.63.0-01-unix.tar.gz" +MD5SUM="d03a60873e4d81500607bcc829aa5d6e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk8" |