wok-current diff mtpaint/receipt @ rev 24908
updated mjpegtools and mjpegtools-dev (2.1.0 -> 2.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 09 15:21:07 2022 +0100 (2022-04-09) |
parents | 3dd0f58c7a6d |
children | fb479852ba15 |
line diff
1.1 --- a/mtpaint/receipt Fri Mar 20 16:36:20 2020 +0100 1.2 +++ b/mtpaint/receipt Sat Apr 09 15:21:07 2022 +0100 1.3 @@ -18,6 +18,12 @@ 1.4 1.5 #HOST_ARCH="i486 arm" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WEB_SITE}download.html 2>/dev/null | \ 1.10 + sed '/HERE/!d;s|.*files.mtpaint.||;s|.">.*||' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {