wok-6.x diff openscad/receipt @ rev 25411

updated winetricks (20200412 -> 20220411)
author Hans-G?nter Theisgen
date Thu Aug 04 07:24:24 2022 +0100 (2022-08-04)
parents f1cfcaac93b6
children
line diff
     1.1 --- a/openscad/receipt	Thu Mar 02 08:34:40 2017 +0100
     1.2 +++ b/openscad/receipt	Thu Aug 04 07:24:24 2022 +0100
     1.3 @@ -18,6 +18,13 @@
     1.4  libboost-filesystem-dev libboost-regex-dev libboost-thread-dev \
     1.5  libboost-graph-dev libboost-tr1-dev qmake"
     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-[0-9]/!d;/tar/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  #
    1.16  compile_rules()