upmpdcli: Update to 1.8.6
authorTianling Shen <cnsztl@immortalwrt.org>
Sat, 25 Nov 2023 06:56:20 +0000 (14:56 +0800)
committerRosen Penev <rosenp@gmail.com>
Sat, 25 Nov 2023 17:18:54 +0000 (09:18 -0800)
Removed upstreamed patch.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
sound/upmpdcli/Makefile
sound/upmpdcli/patches/010-gcc13.patch [deleted file]

index e45dcb049ccd7f0f25130af4bed9042709fbc181..b46318513220cf8ef9101c1ac8b8641425ca8f00 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=upmpdcli
-PKG_VERSION:=1.8.4
+PKG_VERSION:=1.8.6
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads
-PKG_HASH:=91f40093d7465eb26edbc08cb93fbdd277ea83b8dbb753491c53497a4644ee87
+PKG_HASH:=55e3d27bea5bef4560f319137f1a5c7d08abbba5a9aae90ee3240903fdb8c3e4
 
 PKG_MAINTAINER:=
 PKG_LICENSE:=LGPL-2.1-or-later
diff --git a/sound/upmpdcli/patches/010-gcc13.patch b/sound/upmpdcli/patches/010-gcc13.patch
deleted file mode 100644 (file)
index 63e3979..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/upmpdutils.hxx
-+++ b/src/upmpdutils.hxx
-@@ -17,6 +17,7 @@
- #ifndef _UPMPDUTILS_H_X_INCLUDED_
- #define _UPMPDUTILS_H_X_INCLUDED_
-+#include <cstdint>
- #include <string>
- #include <unordered_map>
- #include <vector>