mirror of
https://github.com/luzifer-aur/gofumpt.git
synced 2024-11-09 11:30:03 +00:00
Fix detection for weird tags
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8437ac7731
commit
bd7536e103
1 changed files with 8 additions and 7 deletions
|
@ -5,6 +5,7 @@ PKG=$(awk -F '=' '/^pkgname=/{ print $2 }' PKGBUILD)
|
||||||
|
|
||||||
# Get latest version
|
# Get latest version
|
||||||
VER=$(git ls-remote --tags --sort -v:refname https://github.com/mvdan/gofumpt.git |
|
VER=$(git ls-remote --tags --sort -v:refname https://github.com/mvdan/gofumpt.git |
|
||||||
|
grep -E '/tags/v[0-9.]+$' |
|
||||||
head -n1 |
|
head -n1 |
|
||||||
grep -Eo '[0-9.]+$')
|
grep -Eo '[0-9.]+$')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue