wok diff monkey/receipt @ rev 25518

updated gvim 8.2 -> 9.0.0133 again
author Hans-G?nter Theisgen
date Thu Feb 23 11:06:30 2023 +0100 (16 months ago)
parents 01ed9626bb94
children b81ceff0b056
line diff
     1.1 --- a/monkey/receipt	Sat Apr 09 17:53:54 2022 +0100
     1.2 +++ b/monkey/receipt	Thu Feb 23 11:06:30 2023 +0100
     1.3 @@ -6,9 +6,9 @@
     1.4  SHORT_DESC="Lightweight HTTP server."
     1.5  MAINTAINER="necrophcodr@necrophcodr.me"
     1.6  LICENSE="APL2"
     1.7 -WEB_SITE="http://monkey-project.com/"
     1.8 +WEB_SITE="https://web.archive.org/web/20221006192715/http://monkey-project.com/"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10 -WGET_URL="${WEB_SITE}releases/${VERSION%.*}/$TARBALL"
    1.11 +WGET_URL="https://web.archive.org/web/20220113110728/http://monkey-project.com/releases/${VERSION%.*}/$TARBALL"
    1.12  
    1.13  DEPENDS=""
    1.14  BUILD_DEPENDS="cmake findutils"