Skip to content

Commit 40ca2a9

Browse files
authored
Merge pull request #1876 from chef/CHEF-10219-update-open-jre-to-11-0-21
Update open-jre-11.0.21
2 parents 8e647fe + fff30b0 commit 40ca2a9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

config/software/server-open-jre.rb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
dependency "patchelf"
1818

1919
name "server-open-jre"
20-
default_version "11.0.20+8"
20+
default_version "11.0.21+9"
2121

2222
unless _64_bit?
2323
raise "Server-open-jre can only be installed on x86_64 systems."
@@ -38,6 +38,15 @@
3838

3939
# version_list: url=https://github.com/adoptium/temurin11-binaries/releases filter=*.tar.gz
4040

41+
version "11.0.21+9" do
42+
source url: "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.21%2B9/OpenJDK11U-jre_x64_linux_hotspot_11.0.21_9.tar.gz",
43+
sha256: "156861bb901ef18759e05f6f008595220c7d1318a46758531b957b0c950ef2c3",
44+
warning: license_warning,
45+
unsafe: true
46+
internal_source url: "#{ENV["ARTIFACTORY_REPO_URL"]}/#{name}/#{name}-#{version}.tar.gz",
47+
authorization: "X-JFrog-Art-Api:#{ENV["ARTIFACTORY_TOKEN"]}"
48+
end
49+
4150
version "11.0.20+8" do
4251
source url: "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.20%2B8/OpenJDK11U-jre_x64_linux_hotspot_11.0.20_8.tar.gz",
4352
sha256: "ffb070c26ea22771f78769c569c9db3412e6486434dc6df1fd3c3438285766e7",

0 commit comments

Comments
 (0)