wok diff lives/receipt @ rev 24901
updated memcached and memcached-dev (1.6.6 -> 1.6.15)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 09 10:32:08 2022 +0100 (2022-04-09) |
parents | ec55902e1f00 |
children | 970deba23db6 |
line diff
1.1 --- a/lives/receipt Sun Mar 15 06:45:00 2020 +0100 1.2 +++ b/lives/receipt Sat Apr 09 10:32:08 2022 +0100 1.3 @@ -15,6 +15,13 @@ 1.4 DEPENDS="alsa-lib gtk+ libavc1394 liboil libpng libtheora mjpegtools sox" 1.5 BUILD_DEPENDS="alsa-lib alsa-lib-dev expat-dev gtk+-dev libpng-dev perl procps" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - http://lives-video.com/index.php?do=downloads 2>/dev/null | \ 1.11 + sed "/latest/d;/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 # 1.16 compile_rules()