ncmpc 0.21

Closes Homebrew/homebrew#23970.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jean-Baptiste Bertin 2013-11-04 21:35:54 +01:00 committed by Adam Vandenberg
parent b1833c73a4
commit 42d2f06178
1 changed files with 2 additions and 2 deletions

View File

@ -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'