diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-04-06 12:22:58 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:46:00 +0700 |
commit | 85f7bcd5910d8ac456938e718aa4ed603997fb2b (patch) | |
tree | 4073e4a89e9ef6f2e32465792f63c3f7eed5dd70 /development/OpenJDK11 | |
parent | aa8f96ce33403d2314fcb6e563371f4795f7c66a (diff) | |
download | slackbuilds-85f7bcd5910d8ac456938e718aa4ed603997fb2b.tar.gz |
development/OpenJDK11: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/OpenJDK11')
-rw-r--r-- | development/OpenJDK11/OpenJDK11.SlackBuild | 2 | ||||
-rw-r--r-- | development/OpenJDK11/OpenJDK11.info | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/development/OpenJDK11/OpenJDK11.SlackBuild b/development/OpenJDK11/OpenJDK11.SlackBuild index 73a10eb9ec..da6dc409d6 100644 --- a/development/OpenJDK11/OpenJDK11.SlackBuild +++ b/development/OpenJDK11/OpenJDK11.SlackBuild @@ -69,7 +69,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf jdk11u-jdk-$VERSION-ga -tar xvf $CWD/jdk-${VERSION}-ga.tar.gz +tar xvf $CWD/jdk11u-jdk-${VERSION}-ga.tar.gz # Building openjdk from source requires bootstrapping from either a # current or previous version of the (open)jdk binary installation. diff --git a/development/OpenJDK11/OpenJDK11.info b/development/OpenJDK11/OpenJDK11.info index 484b2a5dd3..ab70df389c 100644 --- a/development/OpenJDK11/OpenJDK11.info +++ b/development/OpenJDK11/OpenJDK11.info @@ -1,13 +1,13 @@ PRGNAM="OpenJDK11" VERSION="11.0.14.1" HOMEPAGE="https://openjdk.java.net/" -DOWNLOAD="https://github.com/openjdk/jdk11u/archive/jdk-11.0.14.1-ga.tar.gz \ +DOWNLOAD="https://github.com/openjdk/jdk11u/archive/jdk-11.0.14.1-ga/jdk11u-jdk-11.0.14.1-ga.tar.gz \ https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-10.0.2/OpenJDK-10.0.2+13-i686-bin.tar.xz \ https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-16.0.2/jtreg-4.2.0-tip.tar.gz" MD5SUM="9e357196b0a0d50e4955882bfa97a2f9 \ d66af9a4303ce9d0c93c92945048e361 \ 11818f2ae4be19d2c7ae6501be60ee98" -DOWNLOAD_x86_64="https://github.com/openjdk/jdk11u/archive/jdk-11.0.14.1-ga.tar.gz \ +DOWNLOAD_x86_64="https://github.com/openjdk/jdk11u/archive/jdk-11.0.14.1-ga/jdk11u-jdk-11.0.14.1-ga.tar.gz \ https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-10.0.2/OpenJDK-10.0.2+13-x86_64-bin.tar.xz \ https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-16.0.2/jtreg-4.2.0-tip.tar.gz" MD5SUM_x86_64="9e357196b0a0d50e4955882bfa97a2f9 \ |