wok diff i3/receipt @ rev 24594

updated getmail (5.14 -> 5.16)
author Hans-G?nter Theisgen
date Tue Mar 01 15:05:47 2022 +0100 (2022-03-01)
parents 5dfd8f09a37f
children 7ea2c4c71235
line diff
     1.1 --- a/i3/receipt	Sun May 30 10:18:33 2021 +0100
     1.2 +++ b/i3/receipt	Tue Mar 01 15:05:47 2022 +0100
     1.3 @@ -21,6 +21,13 @@
     1.4  	xcb-util-keysyms-dev xcb-util-renderutil-dev xcb-util-wm-dev 
     1.5  	xcb-util-xrm-dev xorg-libX11-dev xorg-libXcursor-dev yajl"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    1.11 +	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {