openjdk11-boot: add generate script and update sources

This commit is contained in:
Danny Rawlins 2021-02-08 22:51:00 +11:00
parent 0fb117802d
commit 15aa6c4912
2 changed files with 9 additions and 2 deletions

View File

@ -11,8 +11,7 @@ _jdkhash=4ed322bf6b00
release=1
source=(https://crux.ster.zone/downloads/java/openjdk-11.0.11+1.tar.xz
https://crux.ster.zone/downloads/java/openjdk10-boot-$_boot_ver.tar.xz
# needs rehosting probably
https://stygian.me/crux/distfiles/java_cacerts-${_cert_ver})
https://crux.ster.zone/downloads/java/java_cacerts-${_cert_ver})
build() {
# Make sure we do not have ccache masquerade directory in PATH.

8
openjdk11-boot/generate Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
set -e
source Pkgfile
echo "wget http://hg.openjdk.java.net/jdk-updates/jdk11u/archive/jdk-${version}.tar.bz2 -O openjdk-${version}.tar.bz2"