File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 17
17
dependency "patchelf"
18
18
19
19
name "server-open-jre"
20
- default_version "11.0.20+8 "
20
+ default_version "11.0.21+9 "
21
21
22
22
unless _64_bit?
23
23
raise "Server-open-jre can only be installed on x86_64 systems."
38
38
39
39
# version_list: url=https://github.com/adoptium/temurin11-binaries/releases filter=*.tar.gz
40
40
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
+
41
50
version "11.0.20+8" do
42
51
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" ,
43
52
sha256 : "ffb070c26ea22771f78769c569c9db3412e6486434dc6df1fd3c3438285766e7" ,
You can’t perform that action at this time.
0 commit comments