wok diff jpeg-turbo/receipt @ rev 25618
Update get-pcem-roms
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 28 14:28:52 2023 +0000 (17 months ago) |
parents | 82ef250478f7 |
children |
line diff
1.1 --- a/jpeg-turbo/receipt Sat Mar 12 15:29:40 2022 +0100 1.2 +++ b/jpeg-turbo/receipt Mon Aug 28 14:28:52 2023 +0000 1.3 @@ -22,9 +22,8 @@ 1.4 # What is the latest version available today? 1.5 current_version() 1.6 { 1.7 - wget -O - https://sourceforge.net/projects/libjpeg-turbo/files/ 2>/dev/null | \ 1.8 - sed '/scope="row/!d;/\/[0-9]/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.9 - sed '/scope="row/!d;s|.*/files/||;s|/.*||;q' 1.10 + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 1.11 + sed '/latest/d;/tag\//!d;s|.*tag/v*||;s|".*||;q' 1.12 } 1.13 1.14 # Rules to configure and make the package.