wok diff bozohttpd/receipt @ rev 25696

created recipe for dool
author Hans-G?nter Theisgen
date Sat May 11 17:17:55 2024 +0100 (6 weeks ago)
parents d31ff044ad9c
children
line diff
     1.1 --- a/bozohttpd/receipt	Mon Feb 07 13:22:58 2022 +0100
     1.2 +++ b/bozohttpd/receipt	Sat May 11 17:17:55 2024 +0100
     1.3 @@ -7,10 +7,10 @@
     1.4  SHORT_DESC="Small and secure http version 1.1 server."
     1.5  MAINTAINER="milka@konstelacioj.info"
     1.6  LICENSE="BSD"
     1.7 -WEB_SITE="http://www.eterna.com.au/$PACKAGE/"
     1.8 +WEB_SITE="https://web.archive.org/web/20231024192649/http://www.eterna.com.au/bozohttpd/"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11 -WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL"
    1.12 +WGET_URL="https://web.archive.org/web/20220310060548if_/http://www.eterna.com.au/$PACKAGE/$TARBALL"
    1.13  
    1.14  PROVIDE="lighttpd"
    1.15  SUGGESTED="haserl"
    1.16 @@ -20,8 +20,8 @@
    1.17  # What is the latest version available today?
    1.18  current_version()
    1.19  {
    1.20 -	wget -O - http://www.eterna.com.au/bozohttpd/CHANGES 2>/dev/null | \
    1.21 -	sed '/changes in/!d;s|.*bozohttpd ||;s|:||;q'
    1.22 +	wget -O - $WEB_SITE 2>/dev/null | \
    1.23 +	sed '/d version /!d;s|.*sion ||;s|<.*||;q'
    1.24  }
    1.25  
    1.26  # Rules to configure and make the package.