wok diff upx/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 12f4a776eaa7
children 6b6d14c9f7e9
line diff
     1.1 --- a/upx/receipt	Thu Oct 18 22:26:36 2018 +0200
     1.2 +++ b/upx/receipt	Tue Apr 14 15:51:31 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  {