From da9dade71f79b93e8f1367b84aa83d52aa82e629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=81yszczek?= Date: Fri, 14 Feb 2025 18:49:02 +0100 Subject: [PATCH] system/psmq: bump version to v0.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Łyszczek --- system/psmq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/psmq/Makefile b/system/psmq/Makefile index b414da61e..1175a9a88 100644 --- a/system/psmq/Makefile +++ b/system/psmq/Makefile @@ -28,8 +28,8 @@ PACKEXT = .tar.gz NXTOOLSDIR = $(APPDIR)/tools PSMQ_URL = https://distfiles.bofc.pl/psmq -PSMQ_VERSION = 0.2.1 -PSMQ_SRC_SHA256 = b029fa06752ad7dce89f6b899f27a08a1bd1ee0a4e1d9df407274f0322bf1946 +PSMQ_VERSION = 0.2.2 +PSMQ_SRC_SHA256 = eeef94b348c70ec54e0a36e3baf7740cf34d7525eb185604cef4dd9ab7ef25b5 PSMQ_EXT = tar.gz PSMQ_SOURCES = psmq-$(PSMQ_VERSION) PSMQ_TARBALL = $(PSMQ_SOURCES).$(PSMQ_EXT)