diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2015-10-17 16:18:27 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-17 16:19:18 +0200 |
commit | 507d9088741b1267bbcda39fc2f92f559b33961c (patch) | |
tree | 5c15b6a9df72b556a6e8dac71be26ce19ab54b5c | |
parent | 5642c89e70255d93a5b6523123001d5c09651307 (diff) | |
download | buildroot-507d9088741b1267bbcda39fc2f92f559b33961c.tar.gz buildroot-507d9088741b1267bbcda39fc2f92f559b33961c.zip |
package/shairport-sync: bump to version 2.4.2
Also add a hash file - github release tarballs are considered stable now.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/shairport-sync/shairport-sync.hash | 2 | ||||
-rw-r--r-- | package/shairport-sync/shairport-sync.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/shairport-sync/shairport-sync.hash b/package/shairport-sync/shairport-sync.hash new file mode 100644 index 0000000000..3d2f404f86 --- /dev/null +++ b/package/shairport-sync/shairport-sync.hash @@ -0,0 +1,2 @@ +# Locally calculated +sha256 e3c70acc8a4516dfe0c77d7b0317c4a180cc722b22715b042ef8757d1a0e0f32 shairport-sync-2.4.2.tar.gz diff --git a/package/shairport-sync/shairport-sync.mk b/package/shairport-sync/shairport-sync.mk index fa7100a7de..72708c3a42 100644 --- a/package/shairport-sync/shairport-sync.mk +++ b/package/shairport-sync/shairport-sync.mk @@ -4,7 +4,7 @@ # ################################################################################ -SHAIRPORT_SYNC_VERSION = 2.4.1 +SHAIRPORT_SYNC_VERSION = 2.4.2 SHAIRPORT_SYNC_SITE = $(call github,mikebrady,shairport-sync,$(SHAIRPORT_SYNC_VERSION)) SHAIRPORT_SYNC_LICENSE = MIT, BSD-3c |