wok diff gpart/receipt @ rev 25413

updated wkhtmltopdf (0.12.5 -> 0.12.6)
author Hans-G?nter Theisgen
date Thu Aug 04 08:30:32 2022 +0100 (2022-08-04)
parents d2a463a1d80c
children 20ad21d5532c
line diff
     1.1 --- a/gpart/receipt	Thu Jun 25 08:10:14 2020 +0000
     1.2 +++ b/gpart/receipt	Thu Aug 04 08:30:32 2022 +0100
     1.3 @@ -12,6 +12,12 @@
     1.4  
     1.5  BUILD_DEPENDS="automake"
     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|.*/\(.*\).tar.*|\1|;q'
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {