wok rev 22980

updated kamailio again (4.4.4 -> 5.3.2)
author Hans-G?nter Theisgen
date Sat Feb 29 16:45:43 2020 +0100 (2020-02-29)
parents 7ec8a84c5522 bf00db9e594d
children 620819a54fad
files
line diff
     1.1 --- a/upx/receipt	Sat Feb 29 16:43:38 2020 +0100
     1.2 +++ b/upx/receipt	Sat Feb 29 16:45:43 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="upx"
     1.7 -VERSION="3.95"
     1.8 +VERSION="3.96"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Ultimate Packer for eXecutables (free version using UCL compression)"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -15,6 +15,12 @@
    1.13  DEPENDS="ucl zlib"
    1.14  BUILD_DEPENDS="ucl-dev zlib-dev perl"
    1.15  
    1.16 +current_version()
    1.17 +{
    1.18 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.19 +	sed '/archive.*tar/!d;s|.*archive/v\(.*\).tar.*|\1|;q'
    1.20 +}
    1.21 +
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {