Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2859 from mariux64/update-wget-from-1.20.3-to-1.21.3
Update GNU Wget from 1.20.3 to 1.21.3
  • Loading branch information
pmenzel committed Feb 20, 2023
2 parents 006886d + e543abf commit 3323e59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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.)
Expand All @@ -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.
Expand Down

0 comments on commit 3323e59

Please sign in to comment.