Simple diff for bringing audio/ncmpc to the latest version. Changes [0]: * library page: skip tags when there is only one value fix jumping * cursor with large scroll-offset values key bindigs page: fix crash bug * key bindigs page: eliminate bogus message "Did you forget to Apply * your changes?"
Run tested on amd64. OK? [0] https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.39/NEWS diff --git Makefile Makefile index e73a9619055..159056f4c1d 100644 --- Makefile +++ Makefile @@ -2,7 +2,7 @@ COMMENT= curses based frontend for mpd -VER= 0.38 +VER= 0.39 DISTNAME= ncmpc-${VER} EPOCH= 0 CATEGORIES= audio diff --git distinfo distinfo index 323dda8d9e9..51e9b18f40c 100644 --- distinfo +++ distinfo @@ -1,2 +1,2 @@ -SHA256 (ncmpc-0.38.tar.xz) = K8GqOKrNIxMYlc2ao6vZ0cpXAIVwNNnzUgnhPgYeJ6I= -SIZE (ncmpc-0.38.tar.xz) = 241780 +SHA256 (ncmpc-0.39.tar.xz) = ZOvjIML75N+/9EYc6ucwABhB0G1IxIgtafMgkSoPEag= +SIZE (ncmpc-0.39.tar.xz) = 242968
