wok diff fpc-src/receipt @ rev 24461

updated daloradius (0.9-9 -> 1.1-2)
author Hans-G?nter Theisgen
date Wed Feb 16 17:15:55 2022 +0100 (2022-02-16)
parents 6e8b1bcb30e2
children 8f37db468deb
line diff
     1.1 --- a/fpc-src/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/fpc-src/receipt	Wed Feb 16 17:15:55 2022 +0100
     1.3 @@ -12,6 +12,13 @@
     1.4  WGET_URL="ftp://ftp.freepascal.org/pub/fpc/dist/$VERSION/source/$TARBALL"
     1.5  HOST_ARCH="i486 arm"
     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 '/-\/tags\/[a-z_]*[0-9]/!d;/_rc/d;s|.*tags/[a-z_]*||;s|".*||;s|_|.|g;q'
    1.12 +}
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {