wok diff opus/receipt @ rev 23179

updated mgetty and mgetty-voicetools (1.1.37 -> 1.2.1)
author Hans-G?nter Theisgen
date Thu Mar 19 13:45:58 2020 +0100 (2020-03-19)
parents f7a13af08fc7
children 56ee356284c6
line diff
     1.1 --- a/opus/receipt	Sat Jul 06 16:10:54 2019 +0200
     1.2 +++ b/opus/receipt	Thu Mar 19 13:45:58 2020 +0100
     1.3 @@ -13,6 +13,12 @@
     1.4  DEPENDS=""
     1.5  BUILD_DEPENDS=""
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.10 +	sed "/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q"
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {