Skip to content

Update wxwindows #804

Merged
merged 1 commit into from
Jun 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions wxWidgets.be0
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
#!/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.)

###############################################################################
## 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.
Expand Down Expand Up @@ -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.
Expand Down