# HG changeset patch # User Pascal Bellard # Date 1582990162 -3600 # Node ID bf00db9e594dd49a9f8c6bb11f38f6c1f0a74a33 # Parent 67b6f615fc27fbd7da5f95d411357fd07f15ea47 Up upx (3.96) diff -r 67b6f615fc27 -r bf00db9e594d upx/receipt --- a/upx/receipt Sat Feb 29 16:18:56 2020 +0100 +++ b/upx/receipt Sat Feb 29 16:29:22 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="upx" -VERSION="3.95" +VERSION="3.96" CATEGORY="system-tools" SHORT_DESC="Ultimate Packer for eXecutables (free version using UCL compression)" MAINTAINER="devl547@gmail.com" @@ -15,6 +15,12 @@ DEPENDS="ucl zlib" BUILD_DEPENDS="ucl-dev zlib-dev perl" +current_version() +{ + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ + sed '/archive.*tar/!d;s|.*archive/v\(.*\).tar.*|\1|;q' +} + # Rules to configure and make the package. compile_rules() {