summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckVersions1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index 96e7244a..152e121f 100755
--- a/checkVersions
+++ b/checkVersions
@@ -360,6 +360,7 @@ then
tr '"<>' '\n\n\n' | \
grep "^${pkgname}-\?[0-9._]\+\.tar\(\.gz\)\?\$" | \
sed "s|^${pkgname}-\?\([0-9._]\+\)\.tar\(\.gz\)\?\$|\1|" | \
+ tr '_' '.' | \
sort -V | \
tail -n1
)"