From 69be8f4c90eb7b5305d50d565cc71c3294226449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Espen=20J=C3=BCrgensen?= Date: Mon, 22 Mar 2021 22:16:21 +0100 Subject: [PATCH] forked-daapd: update to 27.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Incl remove "--enable-itunes" compile option (no longer exists) Signed-off-by: Espen Jürgensen --- sound/forked-daapd/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sound/forked-daapd/Makefile b/sound/forked-daapd/Makefile index 3b590c738..703835278 100644 --- a/sound/forked-daapd/Makefile +++ b/sound/forked-daapd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=forked-daapd -PKG_VERSION:=27.2 +PKG_VERSION:=27.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/ejurgensen/$(PKG_NAME)/releases/download/$(PKG_VERSION)/ -PKG_HASH:=27294a893253d232161f4521fc42147e65324ce5a13fcf550b537100375277bb +PKG_HASH:=00f71c687df268a3c4db77cecf37972e76832a99e34f09750d07a92934a0bfa8 PKG_FIXUP:=autoreconf PKG_USE_MIPS16:=0 @@ -49,7 +49,6 @@ define Package/forked-daapd/conffiles endef CONFIGURE_ARGS += \ - --enable-itunes \ --enable-lastfm \ --enable-mpd \ --enable-chromecast \