diff --git a/common/xbps-src/shutils/update_check.sh b/common/xbps-src/shutils/update_check.sh index bde8cabb38..9c4643dd34 100644 --- a/common/xbps-src/shutils/update_check.sh +++ b/common/xbps-src/shutils/update_check.sh @@ -66,6 +66,9 @@ update_check() { *download.kde.org/stable/applications*|*download.kde.org/stable/frameworks*|*download.kde.org/stable/plasma*) url="${url%%${version%.*}*}" rx='href="\K[\d\.]+(?=/")';; + *rubygems.org*) + url="https://rubygems.org/gems/${pkgname#ruby-}" + rx='versions/\K[\d\.]+' ;; esac fi