wok diff e2tools/receipt @ rev 25814
Fix miss util-linux-sfdisk for clonezilla deps
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Feb 20 10:58:47 2025 +0100 (2 days ago) |
parents | 5ea0ce1cecc0 |
children |
line diff
1.1 --- a/e2tools/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/e2tools/receipt Thu Feb 20 10:58:47 2025 +0100 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