# HG changeset patch # User Richard Dunbar # Date 1334573904 0 # Node ID d4ad0ef4ea3882fe690f4fd92495ddc46dc1dcb1 # Parent bff65eb88e5a13946999399e5d98f218f89987af get-java6-jre: update url diff -r bff65eb88e5a -r d4ad0ef4ea38 get-java6-jre/stuff/get-java6-jre --- a/get-java6-jre/stuff/get-java6-jre Mon Apr 16 13:24:39 2012 +0200 +++ b/get-java6-jre/stuff/get-java6-jre Mon Apr 16 10:58:24 2012 +0000 @@ -7,7 +7,7 @@ PACKAGE="java6-jre" VERSION="1.6.0_31" -URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=35675" +URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=59621" TARBALL="jre-6u31-linux-i586.bin" TEMP_DIR="/tmp/$PACKAGE.$$" ROOT="$1" @@ -32,7 +32,7 @@ test -d $TEMP_DIR || mkdir $TEMP_DIR cd $TEMP_DIR -# Doanload the file +# Download the file test -f $TARBALL || wget $URL -O $TARBALL if [ ! -f $TARBALL ]; then cd $CUR_DIR