GNOME_SITE: correct update pattern and ignore
This commit is contained in:
parent
c0fc63e2cb
commit
2807bad342
|
@ -0,0 +1 @@
|
|||
ignore="1.*[13579].*"
|
|
@ -0,0 +1 @@
|
|||
ignore="2.*[13579].*"
|
|
@ -1 +1 @@
|
|||
ignore="3.*"
|
||||
ignore="2.99.* 3.*"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
site=https://people.gnome.org/~veillard/gamin/sources/
|
|
@ -1 +0,0 @@
|
|||
site=https://github.com/GNOME/grilo/releases
|
|
@ -1 +1 @@
|
|||
ignore="2.* 4.*"
|
||||
ignore="[!3].*"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
pkgname=gtksourceview
|
||||
ignore="3.* 2.90.* 4.*"
|
||||
ignore="[!2].* 2.9?.*"
|
||||
|
|
|
@ -1 +1 @@
|
|||
ignore="3.*"
|
||||
ignore="2.9?.* 3.*"
|
||||
|
|
|
@ -1 +1 @@
|
|||
ignore="3.*"
|
||||
ignore="2.9?.* [!2].*"
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
site='https://gitlab.gnome.org/GNOME/libxml2/-/tags'
|
||||
pattern='v\K\d+.[\d.]+\d'
|
|
@ -1,2 +0,0 @@
|
|||
# development version
|
||||
ignore="3.21.*"
|
|
@ -1,3 +1,3 @@
|
|||
pkgname=pangomm
|
||||
site=https://gitlab.gnome.org/GNOME/pangomm/-/tags
|
||||
pattern="$pkgname-\K[0-9]\.[0-9]*[02468]\.[0-9.]*[0-9](?=)"
|
||||
pattern="$pkgname-\K2\.48\.[0-9.]*[0-9](?=)"
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
pkgname=pyatspi
|
||||
ignore="[12].*[13579].*"
|
|
@ -1 +0,0 @@
|
|||
pattern="xdg-user-dirs-gtk-\K[\d\.]*(?=\.tar\.gz)"
|
Loading…
Reference in New Issue