wok diff ipxe/receipt @ rev 24351
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 03 10:14:47 2022 +0000 (2022-02-03) |
parents | 46dcc80bef41 |
children | 66a052ff61b1 |
line diff
1.1 --- a/ipxe/receipt Mon Aug 09 16:49:29 2021 +0000 1.2 +++ b/ipxe/receipt Thu Feb 03 10:14:47 2022 +0000 1.3 @@ -16,7 +16,7 @@ 1.4 1.5 current_version() 1.6 { 1.7 - wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.8 + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 1.9 sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 1.10 } 1.11