From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] shairport-sync: Update to 3.3.6 Date: Thu, 07 May 2020 17:27:02 +0000 Message-ID: <20200507172702.22150-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3430357035558504552==" List-Id: --===============3430357035558504552== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This patch also fixes the backup. Signed-off-by: Michael Tremer --- 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/s= hairport-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 @@ =20 include Config =20 -VER =3D 3.3.2 +VER =3D 3.3.6 =20 THISAPP =3D shairport-sync-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D shairport-sync -PAK_VER =3D 3 +PAK_VER =3D 4 =20 DEPS =3D alac alsa avahi libdaemon soxr =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 80278eed6bb1391bcbafe80c0e566d1b +$(DL_FILE)_MD5 =3D 769c6d0cc660567e5521467d79ee9939 =20 install : $(TARGET) =20 --=20 2.20.1 --===============3430357035558504552==--