wok-6.x diff hfsprescue/receipt @ rev 24623

updated graphviz, graphviz-dev and graphviz-doc again (2.42.2 -> 3.0.0)
author Hans-G?nter Theisgen
date Mon Mar 07 16:41:52 2022 +0100 (2022-03-07)
parents 3fbb6cb5f957
children 0ba7891c7043
line diff
     1.1 --- a/hfsprescue/receipt	Mon Sep 23 17:22:50 2019 +0200
     1.2 +++ b/hfsprescue/receipt	Mon Mar 07 16:41:52 2022 +0100
     1.3 @@ -13,6 +13,13 @@
     1.4  DEPENDS="gcc-lib-base libcrypto zlib"
     1.5  BUILD_DEPENDS="openssl-dev"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://www.plop.at/en/hfsprescue/download.html 2>/dev/null | \
    1.11 +	sed '/hfsprescue-[0-9]/!d;/tar/!d;/precompiled/d;s|.*hfsprescue-||;s|.tar.*||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {