Simple diff for updating ncmpc to 0.38, which fixes an use-after-free
bug. Changes:
https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.38/NEWS

Run tested on amd64.

Comments/OK?


diff --git Makefile Makefile
index 6711a8fa65a..ee550af32df 100644
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@
 
 COMMENT=               curses based frontend for mpd
 
-VER=                   0.37
+VER=                   0.38
 DISTNAME=              ncmpc-${VER}
 EPOCH=                 0
 CATEGORIES=            audio
diff --git distinfo distinfo
index b1f608082df..323dda8d9e9 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (ncmpc-0.37.tar.xz) = fI63J/bhLY+XpTkVsbVjKJi0r7M1oRIcXgHIHfaVYVw=
-SIZE (ncmpc-0.37.tar.xz) = 240740
+SHA256 (ncmpc-0.38.tar.xz) = K8GqOKrNIxMYlc2ao6vZ0cpXAIVwNNnzUgnhPgYeJ6I=
+SIZE (ncmpc-0.38.tar.xz) = 241780

Reply via email to