wok-current diff libpifacedigital/receipt @ rev 24443

updated cryptopp (8.0.0 -> 8.6.0)
author Hans-G?nter Theisgen
date Mon Feb 14 07:50:21 2022 +0100 (2022-02-14)
parents 2f2f071b10df
children 59547e97954f
line diff
     1.1 --- a/libpifacedigital/receipt	Wed May 07 23:50:42 2014 +0200
     1.2 +++ b/libpifacedigital/receipt	Mon Feb 14 07:50:21 2022 +0100
     1.3 @@ -15,6 +15,12 @@
     1.4  DEPENDS="i2c-tools libmcp23s17"
     1.5  BUILD_DEPENDS="libmcp23s17"
     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  {