wok diff busybox/receipt @ rev 24313
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 21 10:59:24 2022 +0000 (2022-01-21) |
parents | a8546de77bcc |
children | 73f36875e5a7 |
line diff
1.1 --- a/busybox/receipt Sat Aug 01 16:19:51 2020 +0000 1.2 +++ b/busybox/receipt Fri Jan 21 10:59:24 2022 +0000 1.3 @@ -24,6 +24,7 @@ 1.4 arm*) BUILD_DEPENDS="bzip2" ;; 1.5 esac 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 | \