From 2b8ac2e1bc0dfe30eb5eecdfba50afed9010379d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 20 Feb 2023 08:22:32 +0100 Subject: [PATCH 1/2] wget: Update version from 1.20.3 to 1.21.3 https://gitlab.com/gnuwget/wget/-/blob/77929eda1b9fe426e0fb45046ac2ea7f7ae92879/NEWS#L6 --- wget.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wget.be0 b/wget.be0 index 6347fb31f..8ad80a489 100755 --- a/wget.be0 +++ b/wget.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION wget-1.20.3-0 +# BEE_VERSION wget-1.21.3-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From e543abfb9e0ac51d5d46718adaabd58799375ef3 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 20 Feb 2023 08:23:15 +0100 Subject: [PATCH 2/2] wget: Download source archive from beehive.molgen.mpg.de --- wget.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wget.be0 b/wget.be0 index 8ad80a489..aa859edc1 100755 --- a/wget.be0 +++ b/wget.be0 @@ -9,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://ftp.gnu.org/gnu/wget/wget-${PKGVERSION}.tar.lz" +#SRCURL[0]="https://ftp.gnu.org/gnu/wget/wget-${PKGVERSION}.tar.lz" +SRCURL[0]="https://beehive.molgen.mpg.de/bbeed59ec13757911a634f4e883fd954/wget-1.21.3.tar.lz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.