wok diff matio/receipt @ rev 25705
fusecloop/extract_compressed_fs: can convert to v0.68 or v1.0
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 22 12:48:49 2024 +0000 (4 months ago) |
parents | 65ff25c4de90 |
children |
line diff
1.1 --- a/matio/receipt Sat Oct 01 08:33:11 2022 +0000 1.2 +++ b/matio/receipt Sat Jun 22 12:48:49 2024 +0000 1.3 @@ -16,9 +16,8 @@ 1.4 # What is the latest version available today? 1.5 current_version() 1.6 { 1.7 - wget -O - https://sourceforge.net/projects/matio/files/matio/ 2>/dev/null | \ 1.8 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.9 - sed '/scope="row/!d;s|.*/matio/||;s|/.*||;q' 1.10 + wget -O - $WEB_SITE/tags 2>/dev/null | \ 1.11 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 1.12 } 1.13 1.14 # Rules to configure and make the package.