wok diff thunderbird/receipt @ rev 25084
updated p4wn (1.0 -> 2.01)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 15 17:34:03 2022 +0100 (2022-06-15) |
parents | 1ed1fa7d10cd |
children | b56b38cfd475 |
line diff
1.1 --- a/thunderbird/receipt Tue Mar 13 21:40:37 2018 +0100 1.2 +++ b/thunderbird/receipt Wed Jun 15 17:34:03 2022 +0100 1.3 @@ -17,6 +17,13 @@ 1.4 dbus-dev dbus-glib-dev libnotify-dev freetype fontconfig tar gzip mesa-dev" 1.5 TAGS="email pop imap smtp" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://ftp.mozilla.org/pub/thunderbird/releases/ 2>/dev/null | \ 1.11 + sed '/[0-9]*\.[0-9]*\.[0-9]*esr/!d;s|.*">||;s|/.*||' | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 # WARNING: 1GB RAM minimum. Additional RAM will significantly decrease 1.16 # build time.