gucharmap: update to 11.0.2, fix update (#2347)
* gucharmap: update to 11.0.2. * xbps-src: update-check: versions >=10 at ftp.gnome.org
This commit is contained in:
parent
c501918559
commit
205f75cefe
2 changed files with 26 additions and 18 deletions
|
@ -57,7 +57,7 @@ update_check() {
|
|||
url="https://bitbucket.org/$bbname/downloads"
|
||||
rx='/(get|downloads)/(v?|\Q'"$pkgname"'\E-)?\K[\d\.]+(?=\.tar)';;
|
||||
*ftp.gnome.org*)
|
||||
: ${pattern="\Q$pkgname\E-\K[0-9]\.[0-9]*[02468]\.[0-9.]*[0-9](?=)"}
|
||||
: ${pattern="\Q$pkgname\E-\K[0-9]+\.[0-9]*[02468]\.[0-9.]*[0-9](?=)"}
|
||||
url="http://ftp.gnome.org/pub/GNOME/sources/$pkgname/cache.json";;
|
||||
*kernel.org/pub/linux/kernel/*)
|
||||
rx=linux-'\K'${version%.*}'[\d.]+(?=\.tar\.xz)';;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue