wok rev 22978

Up upx (3.96)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 29 16:29:22 2020 +0100 (2020-02-29)
parents 67b6f615fc27
children 78937c4bff2e
files upx/receipt
line diff
     1.1 --- a/upx/receipt	Sat Feb 29 16:18:56 2020 +0100
     1.2 +++ b/upx/receipt	Sat Feb 29 16:29:22 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  {