diff options
| author | Jean-Baptiste Bertin | 2013-11-04 21:35:54 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-11-05 21:56:13 -0800 | 
| commit | f04bce1459752201f0f9e9d2c62d20b5312da683 (patch) | |
| tree | ab59bfcd680f65cfd8b1536c235ddd81df3eb8ca /Library/Formula/ncmpc.rb | |
| parent | 881a545a2cb05392ab6696128fb8eb3b3f972070 (diff) | |
| download | homebrew-f04bce1459752201f0f9e9d2c62d20b5312da683.tar.bz2 | |
ncmpc 0.21
Closes #23970.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ncmpc.rb')
| -rw-r--r-- | Library/Formula/ncmpc.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ncmpc.rb b/Library/Formula/ncmpc.rb index 9f7189899..360d3911c 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://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'  | 
