Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] mpd: bump to version 0.19.1
@ 2014-10-28 12:48 Gustavo Zacarias
  2014-10-28 12:48 ` [Buildroot] [PATCH 2/3] mpd: fix upnp build failure Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2014-10-28 12:48 UTC (permalink / raw)
  To: buildroot

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/mpd/mpd.hash | 2 ++
 package/mpd/mpd.mk   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 package/mpd/mpd.hash

diff --git a/package/mpd/mpd.hash b/package/mpd/mpd.hash
new file mode 100644
index 0000000..7676b37
--- /dev/null
+++ b/package/mpd/mpd.hash
@@ -0,0 +1,2 @@
+# Locally calculated after checking pgp signature
+sha256	8b3afcd440181c9bd18b229b5974e529d59648344dd371370d6f7d62ec2847c5	mpd-0.19.1.tar.xz
diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
index ae37b14..b3ff6f5 100644
--- a/package/mpd/mpd.mk
+++ b/package/mpd/mpd.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 MPD_VERSION_MAJOR = 0.19
-MPD_VERSION = $(MPD_VERSION_MAJOR)
+MPD_VERSION = $(MPD_VERSION_MAJOR).1
 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.0.4

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

end of thread, other threads:[~2014-10-28 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-28 12:48 [Buildroot] [PATCH 1/3] mpd: bump to version 0.19.1 Gustavo Zacarias
2014-10-28 12:48 ` [Buildroot] [PATCH 2/3] mpd: fix upnp build failure Gustavo Zacarias
2014-10-28 12:48 ` [Buildroot] [PATCH 3/3] mpd: add explicit upnp support option Gustavo Zacarias
2014-10-28 17:52 ` [Buildroot] [PATCH 1/3] mpd: bump to version 0.19.1 Thomas Petazzoni

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