mpc 0.25
Closes Homebrew/homebrew#29024. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
4473418733
commit
17d15aa70a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Mpc < Formula
|
||||
homepage 'http://www.musicpd.org/clients/mpc/'
|
||||
url 'http://www.musicpd.org/download/mpc/0/mpc-0.24.tar.gz'
|
||||
sha1 'e382a783c7f5d0c9ec75a208606f6ea587c9563e'
|
||||
url 'http://www.musicpd.org/download/mpc/0/mpc-0.25.tar.gz'
|
||||
sha1 '000f400ea2e62dd717d3f03c2d78572bc7b2e7e5'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'libmpdclient'
|
||||
|
|
Loading…
Reference in a new issue