public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] shairport-sync: Update to 3.3.6
@ 2020-05-07 17:27 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2020-05-07 17:27 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1302 bytes --]

This patch also fixes the backup.

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/backup/includes/shairport-sync | 2 +-
 lfs/shairport-sync                    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/backup/includes/shairport-sync b/config/backup/includes/shairport-sync
index dc92185f9..3f9e36a7b 100644
--- a/config/backup/includes/shairport-sync
+++ b/config/backup/includes/shairport-sync
@@ -1 +1 @@
-etc/shairport-sync.conf
+/etc/shairport-sync.conf
diff --git a/lfs/shairport-sync b/lfs/shairport-sync
index 6f1ad633b..e3bf9935d 100644
--- a/lfs/shairport-sync
+++ b/lfs/shairport-sync
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.3.2
+VER        = 3.3.6
 
 THISAPP    = shairport-sync-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = shairport-sync
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       = alac alsa avahi libdaemon soxr
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 80278eed6bb1391bcbafe80c0e566d1b
+$(DL_FILE)_MD5 = 769c6d0cc660567e5521467d79ee9939
 
 install : $(TARGET)
 
-- 
2.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-07 17:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 17:27 [PATCH] shairport-sync: Update to 3.3.6 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox