wok-6.x diff asterisk/receipt @ rev 24349
updated babl and babl-dev (0.1.72 -> 0.1.88)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 03 09:09:19 2022 +0100 (2022-02-03) |
parents | 05c8d8d9d934 |
children | ad9008f821da |
line diff
1.1 --- a/asterisk/receipt Wed Oct 28 15:17:00 2020 +0000 1.2 +++ b/asterisk/receipt Thu Feb 03 09:09:19 2022 +0100 1.3 @@ -27,6 +27,13 @@ 1.4 jack-audio-connection-kit-dev radiusclient-ng-dev radiusclient-ng \ 1.5 libvorbis-dev speex-dev opus-dev codec2-dev autoconf automake libtool" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE 2>/dev/null | \ 1.11 + sed '/Available/!d;s|.*Asterisk ||;s| .*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 # 1.16 # Graphical configuration: 'make menuconfig' or 'make gmenuconfig'