Update list-all

This commit is contained in:
BSKY
2020-02-13 12:48:00 +09:00
parent da507db99d
commit 0fb46e7f82

View File

@@ -27,7 +27,7 @@ versions=$(
git ls-remote --tags https://github.com/php/php-src.git |
grep 'php-' |
awk '!/({})/ {print $2}' |
awk 'gsub("(refs/tags/)|(php-)", "")' |
tr -d 'refs/tags/php-' |
sort_versions |
xargs
)