[gradle-1.12] 28/211: Update bootstrap script

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Wed Jul 1 14:17:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

seamlik-guest pushed a commit to branch master
in repository gradle-1.12.

commit ad30eeca6f2740121f93e5bda438a847ef97a377
Author: Miguel Landaeta <miguel at miguel.cc>
Date:   Mon May 23 19:27:55 2011 -0430

    Update bootstrap script
---
 debian/bootstrap.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh
index f0b4017..d1c45d0 100755
--- a/debian/bootstrap.sh
+++ b/debian/bootstrap.sh
@@ -2,10 +2,10 @@
 
 set -e
 
-URL="http://repo.gradle.org/gradle/distributions/gradle-0.9.2-bin.zip"
+URL="http://repo.gradle.org/gradle/distributions/gradle-1.0-milestone-3-bin.zip"
 ZIP="$(basename $URL)"
 DIR="$(echo $ZIP | sed 's/-bin\.zip$//')"
-VERSION="0.9.2-0bootstrap1"
+VERSION="1.0~m3-0bootstrap1"
 
 wget $URL -O $ZIP
 unzip $ZIP

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git



More information about the pkg-java-commits mailing list