diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-02-25 12:41:58 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 11:37:06 +0700 |
commit | 4a9b0224629bdf51fa1f2b24426b47598e68fafe (patch) | |
tree | ca786417b90f1ea71ef229f667bef8696c676d3a /development/groovy | |
parent | d69f23892d9dfce67f440dd7b41b0dc9a71ca4de (diff) | |
download | slackbuilds-4a9b0224629bdf51fa1f2b24426b47598e68fafe.tar.gz |
development/groovy: Updated for version 2.4.1.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'development/groovy')
-rw-r--r-- | development/groovy/groovy.SlackBuild | 8 | ||||
-rw-r--r-- | development/groovy/groovy.info | 8 | ||||
-rw-r--r-- | development/groovy/slack-desc | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/development/groovy/groovy.SlackBuild b/development/groovy/groovy.SlackBuild index e037a2be62..886bf6fa84 100644 --- a/development/groovy/groovy.SlackBuild +++ b/development/groovy/groovy.SlackBuild @@ -10,7 +10,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version, with the following exception: -# the text of the GPL license may be omitted.. +# the text of the GPL license may be omitted. # This program is distributed in the hope that it will be useful, but # without any warranty; without even the implied warranty of @@ -25,7 +25,7 @@ # not, see <http://www.gnu.org/licenses/>. PRGNAM=groovy -VERSION=${VERSION:-2.3.0} +VERSION=${VERSION:-2.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,9 +58,9 @@ cd $PRGNAM-$VERSION 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 \ + -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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM mv * $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM diff --git a/development/groovy/groovy.info b/development/groovy/groovy.info index 3c4ed58c52..961d2757d9 100644 --- a/development/groovy/groovy.info +++ b/development/groovy/groovy.info @@ -1,8 +1,8 @@ PRGNAM="groovy" -VERSION="2.3.0" -HOMEPAGE="http://groovy.codehaus.org/" -DOWNLOAD="http://dl.bintray.com/groovy/maven/groovy-binary-2.3.0.zip" -MD5SUM="8719cc493c57ab906be91adf538ad987" +VERSION="2.4.1" +HOMEPAGE="http://groovy-lang.org/" +DOWNLOAD="http://dl.bintray.com/groovy/maven/groovy-binary-2.4.1.zip" +MD5SUM="31e7e691a8aeb2d07360d448d4fa8b47" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" diff --git a/development/groovy/slack-desc b/development/groovy/slack-desc index 63d6996baa..022482efaf 100644 --- a/development/groovy/slack-desc +++ b/development/groovy/slack-desc @@ -13,7 +13,7 @@ groovy: enterprise capabilities but also has cool productivity features like groovy: closures, builders and dynamic typing. If you are a developer, tester groovy: or script guru, you have to love Groovy. groovy: -groovy: http://groovy.codehaus.org/ +groovy: http://groovy-lang.org/ groovy: groovy: groovy: |