wok diff libmcp23s17/receipt @ rev 24550
updated firejail (0.9.62 -> 0.9.68)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 25 09:28:16 2022 +0100 (2022-02-25) |
parents | 737e56a641f7 |
children | 59547e97954f |
line diff
1.1 --- a/libmcp23s17/receipt Wed May 07 17:53:40 2014 +0200 1.2 +++ b/libmcp23s17/receipt Fri Feb 25 09:28:16 2022 +0100 1.3 @@ -14,6 +14,12 @@ 1.4 DEPENDS="i2c-tools" 1.5 TAGS="raspberrypi rpi" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {