Skip to content

Commit

Permalink
Merge pull request #322 from mariux64/update-wget-from-1.17.1-to-1.19
Browse files Browse the repository at this point in the history
Update GNU Wget from 1.17.1 to 1.19
  • Loading branch information
donald authored Mar 15, 2017
2 parents f161573 + 94758f3 commit cfeb5e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions wget-1.17-1.bee → wget.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION wget-1.19-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.)

###############################################################################
## 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]="http://ftp.gnu.org/gnu/wget/wget-${PKGVERSION}.tar.xz"
SRCURL[0]="https://ftp.gnu.org/gnu/wget/wget-${PKGVERSION}.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -52,7 +54,7 @@ SRCURL[0]="http://ftp.gnu.org/gnu/wget/wget-${PKGVERSION}.tar.xz"
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand Down

0 comments on commit cfeb5e6

Please sign in to comment.