wok-6.x diff tcpcrypt/receipt @ rev 24168

updated osm2pgrouting (2.3.6 -> 2.3.8)
author Hans-G?nter Theisgen
date Wed Dec 29 06:29:35 2021 +0100 (2021-12-29)
parents 5a902d3aec25
children ac8ca9758df1
line diff
     1.1 --- a/tcpcrypt/receipt	Thu Apr 11 14:47:34 2019 +0200
     1.2 +++ b/tcpcrypt/receipt	Wed Dec 29 06:29:35 2021 +0100
     1.3 @@ -14,6 +14,12 @@
     1.4  BUILD_DEPENDS="autoconf automake libtool m4 openssl-dev libpcap-dev libmnl \
     1.5  libnetfilter_conntrack-dev libnetfilter_queue-dev libnfnetlink-dev libcap-dev"
     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  {