wok diff nted/receipt @ rev 25850
Up bzip3 (1.5.2), dropbear (2025.88), tinyssh (20250501)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 06 06:34:03 2025 +0000 (2 weeks ago) |
parents | ab6a415fec2b |
children |
line diff
1.1 --- a/nted/receipt Sat Apr 22 14:54:15 2023 +0100 1.2 +++ b/nted/receipt Fri Jun 06 06:34:03 2025 +0000 1.3 @@ -16,6 +16,13 @@ 1.4 DEPENDS="alsa-lib cairo gettext-base gtk+ harfbuzz" 1.5 BUILD_DEPENDS="alsa-lib-dev cairo-dev gettext gtk+-dev harfbuzz-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE 2>/dev/null | \ 1.11 + sed '/nted-/!d;s|.*nted-||;s|.tar.*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {