diff options
author | Matt Housh <jaeger@morpheus.net> | 2017-01-18 16:00:46 -0600 |
---|---|---|
committer | Matt Housh <jaeger@morpheus.net> | 2017-01-18 16:00:46 -0600 |
commit | 53ce9a2f9e736f9c20c1d08a152e800817e3aefd (patch) | |
tree | b8ec0f67e8bd0d1779a610b8fba08d561ed064c4 /mpd | |
parent | 8f4988ee97ae57e23d1fabaea22b92fb5f2a35fe (diff) | |
parent | 378b7aaec41d683526da67e3adcd59f58ad0a5eb (diff) | |
download | contrib-53ce9a2f9e736f9c20c1d08a152e800817e3aefd.tar.gz contrib-53ce9a2f9e736f9c20c1d08a152e800817e3aefd.tar.xz |
Merge branch '3.2' into 3.3
Diffstat (limited to 'mpd')
-rw-r--r-- | mpd/.md5sum | 2 | ||||
-rw-r--r-- | mpd/Pkgfile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mpd/.md5sum b/mpd/.md5sum index 3287384af..aa88e9c52 100644 --- a/mpd/.md5sum +++ b/mpd/.md5sum @@ -1,2 +1,2 @@ 2f5c3f15990e1d1c16927b3be2f9476c mpd -47e13f3f160bf94e7a897c5a48990f3d mpd-0.19.17.tar.xz +c19126dbe7241208d55bbd1cd2ba51c7 mpd-0.20.1.tar.xz diff --git a/mpd/Pkgfile b/mpd/Pkgfile index 08578f400..c386e01a5 100644 --- a/mpd/Pkgfile +++ b/mpd/Pkgfile @@ -3,12 +3,12 @@ # Maintainer: Thomas Penteker, tek at serverop dot de # Packager: Mark Rosenstand, mark at borkware dot net # Depends on: libmad libvorbis libid3tag glib -# Nice to have: faad2 flac audiofile +# Nice to have: faad2 flac audiofile boost name=mpd -version=0.19.17 +version=0.20.1 release=1 -source=(http://www.musicpd.org/download/mpd/0.19/$name-$version.tar.xz mpd) +source=(http://www.musicpd.org/download/mpd/0.20/$name-$version.tar.xz mpd) build() { cd $name-$version |