Skip to content

Commit

Permalink
Merge pull request #1824 from chef/poorndm/update-jre
Browse files Browse the repository at this point in the history
Update jre version to 11.0.20+8
  • Loading branch information
poorndm committed Sep 20, 2023
2 parents a7904a1 + bb01d8e commit 0ba13cb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config/software/server-open-jre.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
dependency "patchelf"

name "server-open-jre"
default_version "11.0.19+7"
default_version "11.0.20+8"

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

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

version "11.0.20+8" do
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",
sha256: "ffb070c26ea22771f78769c569c9db3412e6486434dc6df1fd3c3438285766e7",
warning: license_warning,
unsafe: true
internal_source url: "#{ENV["ARTIFACTORY_REPO_URL"]}/#{name}/#{name}-#{version}.tar.gz",
authorization: "X-JFrog-Art-Api:#{ENV["ARTIFACTORY_TOKEN"]}"
end

version "11.0.19+7" do
source url: "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.19%2B7/OpenJDK11U-jre_x64_linux_hotspot_11.0.19_7.tar.gz",
sha256: "32dcf760664f93531594b72ce9226e9216567de5705a23c9ff5a77c797948054",
Expand Down

0 comments on commit 0ba13cb

Please sign in to comment.