openjdk*: fix update check
This commit is contained in:
parent
b391af3f6f
commit
6c10876853
|
@ -0,0 +1,3 @@
|
|||
site="https://github.com/openjdk/jdk10u/tags"
|
||||
pattern='jdk-\K10\.[\d.+]+(?=\.)'
|
||||
version="${version//p/+}"
|
|
@ -0,0 +1,2 @@
|
|||
site="https://github.com/openjdk/jdk12u/tags"
|
||||
pattern='jdk-\K12\.[\d.+]+(?=\.)'
|
|
@ -0,0 +1,4 @@
|
|||
site="https://github.com/openjdk/jdk13u/tags"
|
||||
pattern='jdk-\K13\.[\d.+]+(?=\.)'
|
||||
# don't need to update the bootstrap package
|
||||
ignore="*"
|
|
@ -0,0 +1,4 @@
|
|||
site="https://github.com/openjdk/jdk14u/tags"
|
||||
pattern='jdk-\K14\.[\d.+]+(?=\.)'
|
||||
# don't need to update the bootstrap package
|
||||
ignore="*"
|
|
@ -0,0 +1,4 @@
|
|||
site="https://github.com/openjdk/jdk15u/tags"
|
||||
pattern='jdk-\K15\.[\d.+]+(?=\.)'
|
||||
# don't need to update the bootstrap package
|
||||
ignore="*"
|
|
@ -0,0 +1,4 @@
|
|||
site="https://github.com/openjdk/jdk16u/tags"
|
||||
pattern='jdk-\K16\.[\d.+]+(?=\.)'
|
||||
# don't need to update the bootstrap package
|
||||
ignore="*"
|
|
@ -1 +1 @@
|
|||
pattern='jdk-\K17\.[\d.+]+'
|
||||
pattern='jdk-\K17\.[\d.+]+(?=\.)'
|
||||
|
|
Loading…
Reference in New Issue