From c050aa2674ff4eb2ff161214cf4687083ce13294 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 11 Jul 2014 10:39:34 +0900 Subject: ncmpc 0.23 This is a bug-fix release. 0.22 was broken due to missing Po files for i10n builds. Note that dependencies to other libraries have changed a bit: - libmpdclient >= 2.3 required - MPD >= 0.16 required Closes #30806. Signed-off-by: Misty De Meo --- Library/Formula/ncmpc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ncmpc.rb b/Library/Formula/ncmpc.rb index 360d3911c..54ad612ea 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.21.tar.bz2' - sha1 'ec828bf17be6ab4c60c39bc91a3bd5cd93fac4a5' + url 'http://www.musicpd.org/download/ncmpc/0/ncmpc-0.23.tar.gz' + sha1 '801c9ff84ee091345dd6b33127c1c09e18dac01f' depends_on 'pkg-config' => :build depends_on 'gettext' -- cgit v1.2.3