wok diff asterisk/receipt @ rev 24528

updated exiv2 and exiv2-dev (0.27.3 -> 0.27.5)
author Hans-G?nter Theisgen
date Wed Feb 23 07:22:56 2022 +0100 (2022-02-23)
parents 05c8d8d9d934
children ad9008f821da
line diff
     1.1 --- a/asterisk/receipt	Wed Oct 28 15:17:00 2020 +0000
     1.2 +++ b/asterisk/receipt	Wed Feb 23 07:22:56 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'