From d52f742f9fbca2e72ac166db7c106552141c1a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 17 Jan 2021 00:22:10 +0100 Subject: [PATCH] spotifyd: upgrade 0.2.25 -> 0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-streaming/spotify/spotifyd.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-streaming/spotify/spotifyd.bb b/recipes-streaming/spotify/spotifyd.bb index b5dc0ac..8a0b36f 100644 --- a/recipes-streaming/spotify/spotifyd.bb +++ b/recipes-streaming/spotify/spotifyd.bb @@ -18,12 +18,12 @@ DEPENDS = " \ inherit cargo SRC_URI = "git://github.com/Spotifyd/spotifyd.git" -SRCREV = "acd740287e3ba93bc7ac7b87dc41da0492f78831" +SRCREV = "27ce5ac95c3a9b8de84bc4c0969a942fda2e2ad0" S = "${WORKDIR}/git" # crate ruins SRCPV so set PV manually #PV = "0.2.24+git133a1199" -PV = "0.2.25" +PV = "0.3.0" # No unconditional start on each boot #do_install_append() {