diff options
author | Thomas Penteker <tek@serverop.de> | 2014-10-12 11:25:25 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2014-10-12 11:25:25 +0200 |
commit | bb5d975cca46b9906c28526e5e9be64c05b22870 (patch) | |
tree | bd0758faaba1cb5bb6ebf13a29d0610650fc221c /mpd/Pkgfile | |
parent | 0f470f53b19d2a5d414a1bc1d71fc68a9e34636a (diff) | |
download | contrib-bb5d975cca46b9906c28526e5e9be64c05b22870.tar.gz contrib-bb5d975cca46b9906c28526e5e9be64c05b22870.tar.xz |
mpd: 0.18.12 -> 0.19
Diffstat (limited to 'mpd/Pkgfile')
-rw-r--r-- | mpd/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpd/Pkgfile b/mpd/Pkgfile index 5054fbdc4..df1f1ad8b 100644 --- a/mpd/Pkgfile +++ b/mpd/Pkgfile @@ -6,9 +6,9 @@ # Nice to have: faad2 flac audiofile name=mpd -version=0.18.12 +version=0.19 release=1 -source=(http://www.musicpd.org/download/mpd/${version%.*}/$name-$version.tar.xz) +source=(http://www.musicpd.org/download/mpd/0.19/$name-$version.tar.xz) build() { cd $name-$version |