diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-11-25 14:56:20 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-11-25 09:18:54 -0800 |
commit | c438a1605215c449027d97cb1628e20a119c91da (patch) | |
tree | fc5e2c998292a4ea6440af1df619a7f1ccc751a4 | |
parent | 8facff466be9354d0376dc587237dec03d0cff64 (diff) |
upmpdcli: Update to 1.8.6
Removed upstreamed patch.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
-rw-r--r-- | sound/upmpdcli/Makefile | 4 | ||||
-rw-r--r-- | sound/upmpdcli/patches/010-gcc13.patch | 10 |
2 files changed, 2 insertions, 12 deletions
diff --git a/sound/upmpdcli/Makefile b/sound/upmpdcli/Makefile index e45dcb049..b46318513 100644 --- a/sound/upmpdcli/Makefile +++ b/sound/upmpdcli/Makefile @@ -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 index 63e397982..000000000 --- a/sound/upmpdcli/patches/010-gcc13.patch +++ /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> |