development/groovy: Updated for version 2.4.1.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2015-02-25 12:41:58 -08:00 committed by Willy Sudiarto Raharjo
parent d69f23892d
commit 4a9b022462
3 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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"

View file

@ -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: