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/Pkgfile | |
parent | a749b0611ef82b0eba083b36df21065c58092725 (diff) | |
download | contrib-8a01b6f3dd0e54309486b8bf2d34a799db1c70fa.tar.gz contrib-8a01b6f3dd0e54309486b8bf2d34a799db1c70fa.tar.xz |
mpd: 0.19.17 -> 0.20.1
Diffstat (limited to 'mpd/Pkgfile')
-rw-r--r-- | mpd/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |