This repository was archived by the owner on Dec 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 9
9
}
10
10
11
11
case $oracle_java::filename {
12
+ # 8u40
13
+ ' jdk-8u40-linux-i586.rpm' : { $checksum = ' 2fca12b67151a0b175c8ec495cf398eb' }
14
+ ' jdk-8u40-linux-i586.tar.gz' : { $checksum = ' 1c4b119e7f25da30fa1d0ba62deb66f9' }
15
+ ' jdk-8u40-linux-x64.rpm' : { $checksum = ' 21be6e5a53ec795ce4999d5b61fe013c' }
16
+ ' jdk-8u40-linux-x64.tar.gz' : { $checksum = ' 159a3186bb88b77b4eb9ff9971222736' }
17
+ ' jre-8u40-linux-i586.rpm' : { $checksum = ' d03360a9192d26a71770206a4257b470' }
18
+ ' jre-8u40-linux-i586.tar.gz' : { $checksum = ' b22953df20789fc199877ad7d615d51e' }
19
+ ' jre-8u40-linux-x64.rpm' : { $checksum = ' 1802527c440523d6d9990cb8477593ea' }
20
+ ' jre-8u40-linux-x64.tar.gz' : { $checksum = ' 394d5dbd541691413e5b8d01f2e720d6' }
12
21
# 8u31
13
22
' jdk-8u31-linux-i586.rpm' : { $checksum = ' 0676136c154c3e0a6f3c3c9ebeb2a47d' }
14
23
' jdk-8u31-linux-i586.tar.gz' : { $checksum = ' 4e9aec24367672412c7d10105a2a2bbb' }
Original file line number Diff line number Diff line change 51
51
52
52
# set to latest release if no minor version was provided
53
53
if $version == ' 8' {
54
- $version_real = ' 8u31 '
54
+ $version_real = ' 8u40 '
55
55
} elsif $version == ' 7' {
56
56
$version_real = ' 7u76'
57
57
} else {
Original file line number Diff line number Diff line change 12
12
case $oracle_java::maj_version {
13
13
8 : {
14
14
case $oracle_java::min_version {
15
+ ' 40' : { $build = ' -b25' }
15
16
' 31' : { $build = ' -b13' }
16
17
' 25' : { $build = ' -b17' }
17
18
' 20' : { $build = ' -b26' }
You can’t perform that action at this time.
0 commit comments