diff --git a/wget-1.17-1.bee b/wget.be0 similarity index 95% rename from wget-1.17-1.bee rename to wget.be0 index f13763580..f392e848d 100755 --- a/wget-1.17-1.bee +++ b/wget.be0 @@ -1,5 +1,7 @@ #!/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.) @@ -7,7 +9,7 @@ ## 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. @@ -52,7 +54,7 @@ SRCURL[0]="http://ftp.gnu.org/gnu/wget/wget-${PKGVERSION}.tar.xz" #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() {