blob: a055a2380e9e1ee3f9a5c4036b003c11c7be2a3a (
plain) (
blame)
1
2
3
4
5
6
|
# NOTE: This does not check the jdk_ver part of the version (eg 11.0.4)
# If it changes, this update check will not detect it, it will only detect the build number change.
# It will be up to the maintainer to go hunt down the correct jdk version and update the template.
_jdk_build=${version#*b}
version=b${_jdk_build}
pattern="jbrsdk-\d+_\d+_\d+(?:_\d+)?-(?:linux-x64-)\Kb\d+\.\d+(?=\.tar\.gz</a>)"
|