wok diff xsane/receipt @ rev 24987
grub: add gpt support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 12 07:08:39 2022 +0000 (2022-05-12) |
parents | dc0f7fd1ff7d |
children |
line diff
1.1 --- a/xsane/receipt Sat Jun 12 09:05:17 2021 +0000 1.2 +++ b/xsane/receipt Thu May 12 07:08:39 2022 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 1.5 current_version() 1.6 { 1.7 - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 1.8 + wget -O - "${WGET_URL%/arch*}/tags?sort=updated_desc" 2>/dev/null | \ 1.9 sed '/tar.gz/!d;s|.*/xsane-\(.*\).tar.gz".*|\1|;q' 1.10 } 1.11