From 42d2f061781beda758ac1b435c5db6d1fd426446 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bertin Date: Mon, 4 Nov 2013 21:35:54 +0100 Subject: [PATCH] ncmpc 0.21 Closes Homebrew/homebrew#23970. Signed-off-by: Adam Vandenberg --- Formula/ncmpc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/ncmpc.rb b/Formula/ncmpc.rb index 9f718989905..360d3911cf7 100644 --- a/Formula/ncmpc.rb +++ b/Formula/ncmpc.rb @@ -2,8 +2,8 @@ require 'formula' class Ncmpc < Formula homepage 'http://mpd.wikia.com/wiki/Client:Ncmpc' - url 'http://downloads.sourceforge.net/musicpd/ncmpc-0.20.tar.bz2' - sha1 'da106de4b11a48eb2d63619da1316713f95cc9cb' + url 'http://www.musicpd.org/download/ncmpc/0/ncmpc-0.21.tar.bz2' + sha1 'ec828bf17be6ab4c60c39bc91a3bd5cd93fac4a5' depends_on 'pkg-config' => :build depends_on 'gettext'