We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14dfeda commit 67784caCopy full SHA for 67784ca
packages/adoptopenjdk/config.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
#
3
-# Copyright 2018, 2020 Delphix
+# Copyright 2018, 2022 Delphix
4
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# you may not use this file except in compliance with the License.
@@ -19,8 +19,8 @@
19
DEFAULT_PACKAGE_GIT_URL=none
20
PACKAGE_DEPENDENCIES="make-jpkg"
21
22
-_tarfile="OpenJDK8U-jdk_x64_linux_hotspot_8u302b08.tar.gz"
23
-_tarfile_sha256="cc13f274becf9dd5517b6be583632819dfd4dd81e524b5c1b4f406bdaf0e063a"
+_tarfile="OpenJDK8U-jdk_x64_linux_hotspot_8u332b09.tar.gz"
+_tarfile_sha256="adc13a0a0540d77f0a3481b48f10d61eb203e5ad4914507d489c2de3bd3d83da"
24
_jdk_path="/usr/lib/jvm/adoptopenjdk-java8-jdk-amd64"
25
26
function prepare() {
0 commit comments