From 2d6aa4a8957aa3749ae6dfe39becec2018dca58e Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 11 Oct 2024 06:02:40 +0000 Subject: [PATCH] pupnp: update to 1.14.20 --- mingw-w64-pupnp/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-pupnp/PKGBUILD b/mingw-w64-pupnp/PKGBUILD index ae0a179bc7..ff7002a97a 100644 --- a/mingw-w64-pupnp/PKGBUILD +++ b/mingw-w64-pupnp/PKGBUILD @@ -4,7 +4,7 @@ _realname=pupnp pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=1.14.19 +pkgver=1.14.20 pkgrel=1 pkgdesc="Portable SDK for UPnP* Devices (mingw-w64)" arch=('any') @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc" source=(libupnp-${pkgver}.tar.gz::https://github.com/pupnp/pupnp/archive/release-${pkgver}.tar.gz 001-fix-dll-export.patch 002-libupnp-win32.patch) -sha256sums=('d9a9c929604080ec8292dd278debb65b090e528c53fc73e4565c7cbb60e13e89' +sha256sums=('34a1303ad3f091cdb190466a25eaa9ec620b29c0a36352fb0ad7d7436e6af9d5' '262a8496205f78cffb6662acafdc9ba35957ff2971d2fd6ef94ff8acaab2ca50' '99a0334ff2dd01fdcbe37d7cfbbbc86dacbf2cb7cccd533be3c8833e4367af1c')