diff --git a/wxWidgets.be0 b/wxWidgets.be0 index de48ceb14..31808a17b 100755 --- a/wxWidgets.be0 +++ b/wxWidgets.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION wxWidgets-3.0.2-3 +# BEE_VERSION wxWidgets-3.0.4-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.) @@ -8,8 +8,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://downloads.sourceforge.net/project/wxwindows/${PKGVERSION}/wxWidgets-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://github.com/wxWidgets/wxWidgets/releases/download/v${PKGVERSION}/wxWidgets-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -38,7 +37,6 @@ SRCURL[0]="http://downloads.sourceforge.net/project/wxwindows/${PKGVERSION}/wxWi # sourcesubdir_append src - ############################################################################### ## Change the default (auto-detected) steps to ## extract, patch, configure/setup, build and install the software.