wok diff zenity/receipt @ rev 25776
Update thunderbird to 68.12.1 latest ESR work with old glibc, and block autoupdate
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 16 17:28:27 2024 +0200 (2 months ago) |
parents | 3828d7e5f56a |
children |
line diff
1.1 --- a/zenity/receipt Fri Nov 15 09:49:31 2019 +0100 1.2 +++ b/zenity/receipt Mon Sep 16 17:28:27 2024 +0200 1.3 @@ -16,6 +16,12 @@ 1.4 BUILD_DEPENDS="docbook-xsl gcc83 gnome-doc-utils-dev gtk+3-dev 1.5 intltool itstool libglade-dev pkg-config" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 1.10 + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {