comparison src/wxwidgets.mk @ 4622:df8f5e2adf38

* src/wxwidgets.mk: update version,checksum for v3.0.4
author John D
date Sat, 10 Mar 2018 07:37:08 -0500
parents cc5c74d855f3
children 1e19369650f1
comparison
equal deleted inserted replaced
4621:658a9a743fdf 4622:df8f5e2adf38
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.1 6 $(PKG)_VERSION := 3.0.4
7 $(PKG)_CHECKSUM := ea785822d0f1c3290707bda6da570e596b3ec85a 7 $(PKG)_CHECKSUM := 246561a73ec5b9a5a7aaaaed46b64515dc9039ab
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