wok diff libmcp23s17/receipt @ rev 24300

updated tcsh (6.22.02 -> 6.23.02)
author Hans-G?nter Theisgen
date Sat Jan 15 16:54:59 2022 +0100 (2022-01-15)
parents 737e56a641f7
children 59547e97954f
line diff
     1.1 --- a/libmcp23s17/receipt	Wed May 07 17:53:40 2014 +0200
     1.2 +++ b/libmcp23s17/receipt	Sat Jan 15 16:54:59 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  {