From d035435f040f0e0ef02eb9c6a0bcc99e0802f778 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 19 Sep 2021 01:29:33 -0700 Subject: [PATCH] mpd: update to 0.22.11 Signed-off-by: Rosen Penev --- sound/mpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index f6e418c10f..07bb6f3a1a 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpd -PKG_VERSION:=0.22.9 +PKG_VERSION:=0.22.11 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.musicpd.org/download/mpd/0.22/ -PKG_HASH:=f937403297c2240bd4a569f4b937ee7ab17398a5284ba9df4d6d4c3a0512bc64 +PKG_HASH:=143f7f34aaee6e87888f3dd35d49aade6656052651b960ca42b46cbb518ca0a0 PKG_MAINTAINER:= PKG_LICENSE:=GPL-2.0-or-later