mpc 0.22
Closes Homebrew/homebrew#13880. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
13266b6134
commit
8dedc4e8a4
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Mpc < Formula
|
class Mpc < Formula
|
||||||
url 'http://downloads.sourceforge.net/project/musicpd/mpc/0.21/mpc-0.21.tar.bz2'
|
|
||||||
homepage 'http://mpd.wikia.com/wiki/Client:Mpc'
|
homepage 'http://mpd.wikia.com/wiki/Client:Mpc'
|
||||||
md5 'd8f88aad5fa7ed4c6e7005c5ec1ba7c5'
|
url 'http://sourceforge.net/projects/musicpd/files/mpc/0.22/mpc-0.22.tar.bz2'
|
||||||
|
sha1 '62f541251f137f87f3a5dbdcaa171f8741b47f72'
|
||||||
|
|
||||||
depends_on 'pkg-config' => :build
|
depends_on 'pkg-config' => :build
|
||||||
depends_on 'libmpdclient'
|
depends_on 'libmpdclient'
|
||||||
|
|
Loading…
Reference in a new issue