From a7d2f5e9f991681c2ebf4d18da0bfd26757f42c4 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 14 Jul 2014 21:50:30 +0900 Subject: ncmpc 0.24 This is a bug-fix release, with as main changes: - Fix for a crash when using "jump" - Save keys to path specified by --key-file Closes #30853. Signed-off-by: Jack Nagel --- Library/Formula/ncmpc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/ncmpc.rb b/Library/Formula/ncmpc.rb index 54ad612ea..18c910930 100644 --- a/Library/Formula/ncmpc.rb +++ b/Library/Formula/ncmpc.rb @@ -2,8 +2,8 @@ require 'formula' class Ncmpc < Formula homepage 'http://mpd.wikia.com/wiki/Client:Ncmpc' - url 'http://www.musicpd.org/download/ncmpc/0/ncmpc-0.23.tar.gz' - sha1 '801c9ff84ee091345dd6b33127c1c09e18dac01f' + url 'http://www.musicpd.org/download/ncmpc/0/ncmpc-0.24.tar.gz' + sha1 '15677a727920afff6485c9da30a4c7a522d4630a' depends_on 'pkg-config' => :build depends_on 'gettext' -- cgit v1.2.3