From b9836b015131112537f72de0ead7fd4b200cb568 Mon Sep 17 00:00:00 2001 From: krant Date: Fri, 15 Mar 2024 16:55:53 +0200 Subject: [PATCH] libstrophe: update to 0.13.1 Signed-off-by: krant --- libs/libstrophe/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libstrophe/Makefile b/libs/libstrophe/Makefile index e7e2583952..7473731139 100644 --- a/libs/libstrophe/Makefile +++ b/libs/libstrophe/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libstrophe -PKG_VERSION:=0.13.0 +PKG_VERSION:=0.13.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/strophe/libstrophe/releases/download/$(PKG_VERSION) -PKG_HASH:=8d7c17c694efff7d2e2d3632684537e7ba874ce3d7f0e750a539f2299021bbaa +PKG_HASH:=86c0abd348ae66feb40b6886f2c7f04525f1d5b20a48c10d4db4ed532dc63f22 PKG_MAINTAINER:=Chih-Wei Chen PKG_LICENSE:=MIT OR GPL-3.0-only