From 5de34703ca13b53cd80e2279a973f3548c64466d Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 1 Aug 2018 18:51:33 -0700 Subject: [PATCH] shairport-sync: Update to 3.2.1 Signed-off-by: Rosen Penev --- sound/shairport-sync/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sound/shairport-sync/Makefile b/sound/shairport-sync/Makefile index f30cd17fe..c5c15823b 100644 --- a/sound/shairport-sync/Makefile +++ b/sound/shairport-sync/Makefile @@ -7,15 +7,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shairport-sync -PKG_VERSION:=3.1.6 +PKG_VERSION:=3.2.1 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://github.com/mikebrady/shairport-sync.git +PKG_SOURCE_URL:=https://github.com/mikebrady/shairport-sync.git PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_MIRROR_HASH:=8f440a6bca6a58d04f7c0f6c7ea711b31a0aa4abc7e4d8f4da7346a085dcd966 +PKG_MIRROR_HASH:=f07553651485d04e9482ebb94eb8034fb46076664c716d060514a85b3ce8aef3 PKG_MAINTAINER:=Ted Hess , \ Mike Brady @@ -35,7 +35,7 @@ define Package/shairport-sync/default TITLE:=AirPlay compatible audio player DEPENDS:=@AUDIO_SUPPORT +libpthread +libstdcpp +alsa-lib +libconfig +libdaemon +libpopt PROVIDES:=shairport-sync - URL:=http://github.com/mikebrady/shairport-sync + URL:=https://github.com/mikebrady/shairport-sync endef define Package/shairport-sync-openssl