# HG changeset patch # User John Donoghue # Date 1697635165 14400 # Node ID 8ff9947b6bdc60eecf0ed4e99e93e9323119debc # Parent 2e0ebe56c89b90a5d959dcf88f359593a16cb4df * src/wxwidgets.mk: update to v3.2.3 diff -r 2e0ebe56c89b -r 8ff9947b6bdc src/wxwidgets.mk --- a/src/wxwidgets.mk Wed Oct 18 07:17:41 2023 -0400 +++ b/src/wxwidgets.mk Wed Oct 18 09:19:25 2023 -0400 @@ -3,8 +3,8 @@ PKG := wxwidgets $(PKG)_IGNORE := -$(PKG)_VERSION := 3.2.2.1 -$(PKG)_CHECKSUM := d645cacbf2678cfc402ae163f2b0e0b05be5d239 +$(PKG)_VERSION := 3.2.3 +$(PKG)_CHECKSUM := 694c4788aaf390983183a8648145eb883715c3d5 $(PKG)_SUBDIR := wxWidgets-$($(PKG)_VERSION) $(PKG)_FILE := $($(PKG)_SUBDIR).tar.bz2 $(PKG)_URL := https://github.com/wxWidgets/wxWidgets/releases/download/v$($(PKG)_VERSION)/$($(PKG)_FILE)