wok-6.x diff busybox/receipt @ rev 23424
updated pgrouting (2.6.2 -> 2.6.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 01 08:55:35 2020 +0100 (2020-04-01) |
parents | 7f2789b79625 |
children | 539876c71561 |
line diff
1.1 --- a/busybox/receipt Thu Oct 31 18:29:38 2019 +0100 1.2 +++ b/busybox/receipt Wed Apr 01 08:55:35 2020 +0100 1.3 @@ -24,6 +24,12 @@ 1.4 arm*) BUILD_DEPENDS="bzip2" ;; 1.5 esac 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $WEB_SITE 2>/dev/null | \ 1.10 + sed "/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 1.11 +} 1.12 + 1.13 # Busybox patches 1.14 apply_bb_patchs() 1.15 {