diff options
author | Thomas Penteker <tek@serverop.de> | 2017-01-14 01:39:27 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2017-01-14 01:39:27 +0100 |
commit | 8a01b6f3dd0e54309486b8bf2d34a799db1c70fa (patch) | |
tree | 6eb7dc89a4f95f165bf0b681835f3e1f200a0acf /mpd | |
parent | a749b0611ef82b0eba083b36df21065c58092725 (diff) | |
download | contrib-8a01b6f3dd0e54309486b8bf2d34a799db1c70fa.tar.gz contrib-8a01b6f3dd0e54309486b8bf2d34a799db1c70fa.tar.xz |
mpd: 0.19.17 -> 0.20.1
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 |