diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2022-05-15 07:52:33 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2022-05-15 16:06:15 +0000 |
commit | 32e0eb8e6e2ff58dddd8a2b24cc931d6f9b4e246 (patch) | |
tree | 632e39c3ab6a9c483a1f183cb049b45cbec31bf4 | |
parent | 5b86dba0cfb9ce3b37029f1204650102f96d9bf9 (diff) |
audio/musicpd: Update to upstream release 0.23.7
Details:
- Mostly bugfixes, see
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.7/NEWS
MFH: 2022Q2
-rw-r--r-- | audio/musicpd/Makefile | 3 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 2656f246a02f..046d51ac9244 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,6 +1,5 @@ PORTNAME= musicpd -PORTVERSION= 0.23.6 -PORTREVISION= 1 +PORTVERSION= 0.23.7 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index 259e83cfba56..a75922b67f55 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647802312 -SHA256 (mpd-0.23.6.tar.xz) = cbc5928ee3ee1ef7ff6a58f6ba4afaee16c07e9eb42d0107bcc098010f4f26ed -SIZE (mpd-0.23.6.tar.xz) = 770812 +TIMESTAMP = 1652530262 +SHA256 (mpd-0.23.7.tar.xz) = 960dcbac717c388f5dcc4fd945e3af19a476f2b15f367e9653d4c7a948768211 +SIZE (mpd-0.23.7.tar.xz) = 771992 |