wok diff fpc/receipt @ rev 24566

updated freeradius and freeradius-pam (3.0.20 -> 3.0.25)
author Hans-G?nter Theisgen
date Sat Feb 26 07:43:46 2022 +0100 (2022-02-26)
parents 95f66fb4280e
children ad9008f821da
line diff
     1.1 --- a/fpc/receipt	Wed Sep 01 14:04:21 2021 +0000
     1.2 +++ b/fpc/receipt	Sat Feb 26 07:43:46 2022 +0100
     1.3 @@ -19,10 +19,11 @@
     1.4  DEPENDS="ncurses"
     1.5  BUILD_DEPENDS="fpc-bootstrap"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10  	wget -O - https://gitlab.com/freepascal.org/fpc/source/-/tags 2>/dev/null | \
    1.11 -	sed '/source-/!d;s|.*/source-\([\.0-9]*\)\..*|\1|;q'
    1.12 +	sed '/source-/!d;/tar.gz/!d;/quot;/d;/_rc[0-9]/d;/macos/d;s|.*/source-||;s|.*release.||;s|.tar.*||;s|_|.|g' | sort -Vr | sed q
    1.13  }
    1.14  
    1.15  # Handle cross compilation. ARM: fpc-bootstrap build host must be installed