changeset 6930:8ff9947b6bdc

* src/wxwidgets.mk: update to v3.2.3
author John Donoghue <john.donoghue@ieee.org>
date Wed, 18 Oct 2023 09:19:25 -0400
parents 2e0ebe56c89b
children cc6b98a99267
files src/wxwidgets.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)