openjdk*: fix update check
This commit is contained in:
3
srcpkgs/openjdk10-bootstrap/update
Normal file
3
srcpkgs/openjdk10-bootstrap/update
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
site="https://github.com/openjdk/jdk10u/tags"
|
||||||
|
pattern='jdk-\K10\.[\d.+]+(?=\.)'
|
||||||
|
version="${version//p/+}"
|
||||||
2
srcpkgs/openjdk12-bootstrap/update
Normal file
2
srcpkgs/openjdk12-bootstrap/update
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
site="https://github.com/openjdk/jdk12u/tags"
|
||||||
|
pattern='jdk-\K12\.[\d.+]+(?=\.)'
|
||||||
4
srcpkgs/openjdk13-bootstrap/update
Normal file
4
srcpkgs/openjdk13-bootstrap/update
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
site="https://github.com/openjdk/jdk13u/tags"
|
||||||
|
pattern='jdk-\K13\.[\d.+]+(?=\.)'
|
||||||
|
# don't need to update the bootstrap package
|
||||||
|
ignore="*"
|
||||||
4
srcpkgs/openjdk14-bootstrap/update
Normal file
4
srcpkgs/openjdk14-bootstrap/update
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
site="https://github.com/openjdk/jdk14u/tags"
|
||||||
|
pattern='jdk-\K14\.[\d.+]+(?=\.)'
|
||||||
|
# don't need to update the bootstrap package
|
||||||
|
ignore="*"
|
||||||
4
srcpkgs/openjdk15-bootstrap/update
Normal file
4
srcpkgs/openjdk15-bootstrap/update
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
site="https://github.com/openjdk/jdk15u/tags"
|
||||||
|
pattern='jdk-\K15\.[\d.+]+(?=\.)'
|
||||||
|
# don't need to update the bootstrap package
|
||||||
|
ignore="*"
|
||||||
4
srcpkgs/openjdk16-bootstrap/update
Normal file
4
srcpkgs/openjdk16-bootstrap/update
Normal file
@@ -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.+]+(?=\.)'
|
||||||
|
|||||||
Reference in New Issue
Block a user