wok-current diff wiringpi-pibrella/receipt @ rev 25077
updated openvswitch and openvswitch-dev (2.14.0 -> 2.17.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 15 14:50:09 2022 +0100 (2022-06-15) |
parents | 9629573c8b54 |
children |
line diff
1.1 --- a/wiringpi-pibrella/receipt Thu May 15 19:27:26 2014 +0200 1.2 +++ b/wiringpi-pibrella/receipt Wed Jun 15 14:50:09 2022 +0100 1.3 @@ -16,6 +16,13 @@ 1.4 DEPENDS="wiringpi" 1.5 # wiringpi + wiringpi-dev must be installed in sysroot 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 '/updated/!d;s|.* to ||;s|[ <].*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {