mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-22 14:41:04 +01:00
build: sync with upstream 2024-07-20 https://github.com/void-linux/void-packages/commit/1b0ca71f
This commit is contained in:
parent
92563af2d1
commit
49d819e6a3
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…
Reference in a new issue