All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/mpd: bump version to 0.20.2
@ 2017-01-15 20:34 Jörg Krause
  2017-01-15 20:34 ` [Buildroot] [PATCH 2/2] package/mpd: drop dependency on libglib2 Jörg Krause
  2017-01-16 12:56 ` [Buildroot] [PATCH 1/2] package/mpd: bump version to 0.20.2 Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Jörg Krause @ 2017-01-15 20:34 UTC (permalink / raw)
  To: buildroot

Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
 package/mpd/mpd.hash | 2 +-
 package/mpd/mpd.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/mpd/mpd.hash b/package/mpd/mpd.hash
index 258f87b7b..e1da99475 100644
--- a/package/mpd/mpd.hash
+++ b/package/mpd/mpd.hash
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256  48e9dde0f5c22dc26ff36e8d13e3dc575a1ee7558b5537a064f78a3b9dee1619  mpd-0.20.tar.xz
+sha256  552a87d71c2981baeddf28c1856a7e071ea0236dd38bc75ec25d58529605ff77  mpd-0.20.2.tar.xz
diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
index bee68436d..82aca9665 100644
--- a/package/mpd/mpd.mk
+++ b/package/mpd/mpd.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 MPD_VERSION_MAJOR = 0.20
-MPD_VERSION = $(MPD_VERSION_MAJOR)
+MPD_VERSION = $(MPD_VERSION_MAJOR).2
 MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz
 MPD_SITE = http://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR)
 MPD_DEPENDENCIES = host-pkgconf boost libglib2
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-01-16 12:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15 20:34 [Buildroot] [PATCH 1/2] package/mpd: bump version to 0.20.2 Jörg Krause
2017-01-15 20:34 ` [Buildroot] [PATCH 2/2] package/mpd: drop dependency on libglib2 Jörg Krause
2017-01-15 21:12   ` Yann E. MORIN
2017-01-16  7:36     ` Jörg Krause
2017-01-16 12:57   ` Peter Korsgaard
2017-01-16 12:56 ` [Buildroot] [PATCH 1/2] package/mpd: bump version to 0.20.2 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.