diff options
author | riggs <riggs@FreeBSD.org> | 2018-02-17 21:32:52 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2018-02-17 21:32:52 +0800 |
commit | 50b529431fb2dc07ecd7da090bb95903756a6641 (patch) | |
tree | 338e1a89b8c3369e3c0a5bc8853bbec5ecd4755a /audio | |
parent | 6b9f2d9ef88a7437326fa61e114b8a32ce15cb8e (diff) | |
download | freebsd-ports-gnome-50b529431fb2dc07ecd7da090bb95903756a6641.tar.gz freebsd-ports-gnome-50b529431fb2dc07ecd7da090bb95903756a6641.tar.zst freebsd-ports-gnome-50b529431fb2dc07ecd7da090bb95903756a6641.zip |
Update to upstream version 0.20.17
Details:
- Fixes a crash when playing multi-channel-audio via alsa
- Changelog
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.17/NEWS
MFH: 2018Q1
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 2 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index cd94fd1d8ea2..f9d22a2c4727 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.20.16 +PORTVERSION= 0.20.17 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index 0665d797d25b..7d04ffdb6842 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1517749336 -SHA256 (mpd-0.20.16.tar.xz) = 29e1676288e61a8bee6b687d23ba6ca42ccec4dc87c6a0e81d119aea27dcd06a -SIZE (mpd-0.20.16.tar.xz) = 790708 +TIMESTAMP = 1518854676 +SHA256 (mpd-0.20.17.tar.xz) = 2cb0e7f0e219df60a04b3c997d8ed7ad458ebfd89fd045e03fbe727277d5dac1 +SIZE (mpd-0.20.17.tar.xz) = 792108 |