1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-18 19:43:18 +02:00
This commit is contained in:
github-actions[bot] 2024-07-20 00:55:00 +00:00
parent 92563af2d1
commit 49d819e6a3

View file

@ -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)'
url="https://archive.xfce.org/feeds/project/$pkgname" ;;
*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*)
rx='\b\Q'"${pkgname#R-cran-}"'\E_\K\d+(\.\d+)*(-\d+)?(?=\.tar)';;
*rubygems.org*)