diff options
author | Simone Rota <sip@crux.nu> | 2008-12-11 22:30:36 +0100 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2008-12-11 22:30:36 +0100 |
commit | 5672391392cb86f05ecc11bd88a019e3a6ae89c0 (patch) | |
tree | 8bc303b33ab19db24d60c64fd4890e51a93ef65d /jre/Pkgfile | |
parent | 6aff5f70c04cc326f49a0c3f03067cd662c4ff50 (diff) | |
download | opt-5672391392cb86f05ecc11bd88a019e3a6ae89c0.tar.gz opt-5672391392cb86f05ecc11bd88a019e3a6ae89c0.tar.xz |
[notify] jre: updated to 1.6.0_11
See http://java.sun.com/javase/6/webnotes/6u11.html
for a list of security-related fixes.
Diffstat (limited to 'jre/Pkgfile')
-rw-r--r-- | jre/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jre/Pkgfile b/jre/Pkgfile index 2d9452cdc..120f45320 100644 --- a/jre/Pkgfile +++ b/jre/Pkgfile @@ -3,9 +3,9 @@ # URL: http://java.sun.com name=jre -version=1.6.0_10 +version=1.6.0_11 release=1 -source=(http://download.java.net/dlj/binaries/jdk-6u10-dlj-linux-i586.bin) +source=(http://download.java.net/dlj/binaries/jdk-6u11-dlj-linux-i586.bin) build(){ sh $SRC/jdk-*.bin --accept-license --unpack |