mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
update_check: ignore 6.10 for 6.1.y series
This commit is contained in:
parent
d6bcdcfc7b
commit
ed7bb27748
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ update_check() {
|
||||||
rx='\Q'"$pkgname"'\E-\K((([4-9]|([1-9][0-9]+))\.[0-9]*[02468]\.[0-9.]*[0-9])|([0-3]\.[0-9.]*))(?=.tar)'
|
rx='\Q'"$pkgname"'\E-\K((([4-9]|([1-9][0-9]+))\.[0-9]*[02468]\.[0-9.]*[0-9])|([0-3]\.[0-9.]*))(?=.tar)'
|
||||||
url="https://archive.xfce.org/feeds/project/$pkgname" ;;
|
url="https://archive.xfce.org/feeds/project/$pkgname" ;;
|
||||||
*kernel.org/pub/linux/kernel/*)
|
*kernel.org/pub/linux/kernel/*)
|
||||||
rx=linux-'\K'${version%.*}'[\d.]+(?=\.tar\.xz)';;
|
rx=linux-'\K'${version%.*}'\.[\d.]+(?=\.tar\.xz)';;
|
||||||
*cran.r-project.org/src/contrib*)
|
*cran.r-project.org/src/contrib*)
|
||||||
rx='\b\Q'"${pkgname#R-cran-}"'\E_\K\d+(\.\d+)*(-\d+)?(?=\.tar)';;
|
rx='\b\Q'"${pkgname#R-cran-}"'\E_\K\d+(\.\d+)*(-\d+)?(?=\.tar)';;
|
||||||
*rubygems.org*)
|
*rubygems.org*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue