gradle: update to version 2.6

Also fixed an error in the load script
This commit is contained in:
mid-kid 2015-08-16 15:01:01 +02:00
parent 235a2b12fb
commit 8cdd721c7b
2 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@
APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`
APP_HOME="/usr/lib/gradle"
APP_VERSION=2.3
APP_VERSION=2.6
java $JAVA_OPTS -classpath $APP_HOME/lib/gradle-launcher-$APP_VERSION.jar org.gradle.launcher.GradleMain "$@"

View File

@ -1,6 +1,6 @@
# Template file for 'gradle'
pkgname=gradle
version=2.5
version=2.6
revision=1
noarch="yes"
hostmakedepends="unzip"
@ -10,7 +10,7 @@ maintainer="Adrian Siekierka <kontakt@asie.pl>"
license="Apache-2.0"
homepage="http://gradle.org/"
distfiles="https://services.gradle.org/distributions/gradle-${version}-bin.zip"
checksum=3f953e0cb14bb3f9ebbe11946e84071547bf5dfd575d90cfe9cc4e788da38555
checksum=18a98c560af231dfa0d3f8e0802c20103ae986f12428bb0a6f5396e8f14e9c83
do_install() {
vmkdir "usr/lib/gradle"