xbps-src: update-check: handle underscores in upstream version string
This commit is contained in:
parent
1f28ef0e4d
commit
e2b63458be
4 changed files with 1 additions and 5 deletions
|
@ -75,6 +75,7 @@ update_check() {
|
|||
curl -A "xbps-src-update-check/$XBPS_SRC_VERSION" --max-time 10 -Lsk "$url" |
|
||||
grep -Po -i "$rx"
|
||||
done |
|
||||
tr _ . |
|
||||
sort -Vu |
|
||||
{
|
||||
grep . || echo "NO VERSION found for $original_pkgname" 1>&2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue