comparison src/wxwidgets.mk @ 4578:cc5c74d855f3

* src/wxwidgets.mk: update version, checksum for v3.0.3.1
author John D
date Tue, 05 Dec 2017 13:16:41 -0500
parents 1d38ed8aafbd
children df8f5e2adf38
comparison
equal deleted inserted replaced
4577:2d8073430c9a 4578:cc5c74d855f3
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := wxwidgets 4 PKG := wxwidgets
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.0.3 6 $(PKG)_VERSION := 3.0.3.1
7 $(PKG)_CHECKSUM := 3525306c926e208d9b0272aaa9c091b8c7264e5b 7 $(PKG)_CHECKSUM := ea785822d0f1c3290707bda6da570e596b3ec85a
8 $(PKG)_SUBDIR := wxWidgets-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := wxWidgets-$($(PKG)_VERSION)
9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.bz2 9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.bz2
10 $(PKG)_URL := https://github.com/wxWidgets/wxWidgets/releases/download/v$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := https://github.com/wxWidgets/wxWidgets/releases/download/v$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := libiconv libpng jpeg tiff sdl zlib expat 11 $(PKG)_DEPS := libiconv libpng jpeg tiff sdl zlib expat
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 $(WGET) -q -O- 'http://sourceforge.net/projects/wxwindows/files/' | \ 14 $(WGET) -q -O- 'https://github.com//wxWidgets/wxWidgets/tags' | \
15 $(SED) -n 's,.*/\([0-9][^"9]*\)/".*,\1,p' | \ 15 $(SED) -n 's|.*releases/tag/v\([^"]*\).*|\1|p' | grep -v '^3\.1' | $(SORT) -V | \
16 head -1 16 tail -1
17 endef 17 endef
18 18
19 define $(PKG)_BUILD 19 define $(PKG)_BUILD
20 20
21 # build the wxWidgets variant without unicode support 21 # build the wxWidgets variant without unicode support