changeset 6636:d6ee097db374

* src/wxwidgets.mk: update to v3.2.2.1
author John Donoghue <john.donoghue@ieee.org>
date Mon, 20 Feb 2023 19:00:38 -0500
parents 6d64be3f6794
children ecf86d21b7e9
files src/wxwidgets.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/wxwidgets.mk	Sat Feb 18 17:53:29 2023 +0100
+++ b/src/wxwidgets.mk	Mon Feb 20 19:00:38 2023 -0500
@@ -3,8 +3,8 @@
 
 PKG             := wxwidgets
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3.2.1
-$(PKG)_CHECKSUM := b5299275abddc7cb5fa92f75c17475ade3bc0532
+$(PKG)_VERSION  := 3.2.2.1
+$(PKG)_CHECKSUM := d645cacbf2678cfc402ae163f2b0e0b05be5d239
 $(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)