diff options
Diffstat (limited to 'development/nexus')
-rw-r--r-- | development/nexus/nexus.SlackBuild | 12 | ||||
-rw-r--r-- | development/nexus/nexus.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/development/nexus/nexus.SlackBuild b/development/nexus/nexus.SlackBuild index cd164535b5..fae62f8aaa 100644 --- a/development/nexus/nexus.SlackBuild +++ b/development/nexus/nexus.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Sonatype Nexus -# Copyright 2013 Giorgio Peron Campodarsego, PD, Italy giorgio.peron@gmail.com +# Copyright 2014 Giorgio Peron Campodarsego, PD, Italy giorgio.peron@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=nexus -VERSION=${VERSION:-2.5.0_04} +VERSION=${VERSION:-2.11.1_01} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,10 +74,10 @@ tar xvf $CWD/$PRGNAM-$SRCVERSION-bundle.tar.gz cd $PRGNAM-$SRCVERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p $PKG/usr/share/$PRGNAM/bin/jsw/lib mv lib $PKG/usr/share/$PRGNAM diff --git a/development/nexus/nexus.info b/development/nexus/nexus.info index bf5c28da85..169327f2c6 100644 --- a/development/nexus/nexus.info +++ b/development/nexus/nexus.info @@ -1,8 +1,8 @@ PRGNAM="nexus" -VERSION="2.5.0_04" +VERSION="2.11.1_01" HOMEPAGE="http://nexus.sonatype.org" -DOWNLOAD="http://www.sonatype.org/downloads/nexus-2.5.0-04-bundle.tar.gz" -MD5SUM="9ba35b7b72c2e2eff87298b4c1e77a9a" +DOWNLOAD="http://www.sonatype.org/downloads/nexus-2.11.1-01-bundle.tar.gz" +MD5SUM="269bd464397215717a8591a3817f5f00" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |