From d930c1b0da1146ccc96f6a4f8a27bca4428624b7 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 7 Jun 2018 11:02:51 +0200 Subject: [PATCH] wxWidgets: update from 3.0.2 to 3.0.4 fix C++ ABI 1009 vs 1011 mismatch when using plplot --- wxWidgets.be0 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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.