diff options
| author | Brett Koonce | 2014-08-21 19:47:54 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-08-21 23:58:03 -0700 |
| commit | d7862a34cbe90fd5ff015a830ca3ff564730edb3 (patch) | |
| tree | 1adef2c1e73b92396f34523cd4fc3837c58f103b /Library/Formula | |
| parent | fe4f449c85b33e1b0eac1568b1bc04846fa2258a (diff) | |
| download | homebrew-d7862a34cbe90fd5ff015a830ca3ff564730edb3.tar.bz2 | |
mpdas 0.3.1
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mpdas.rb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Library/Formula/mpdas.rb b/Library/Formula/mpdas.rb index 2fd5836b7..b98965fc5 100644 --- a/Library/Formula/mpdas.rb +++ b/Library/Formula/mpdas.rb @@ -1,19 +1,19 @@ -require 'formula' +require "formula" class Mpdas < Formula - homepage 'http://www.50hz.ws/mpdas/' - url 'http://www.50hz.ws/mpdas/mpdas-0.3.0.tar.bz2' - sha1 '3e389b8bb9a37b7f9527c6c4a1aaaf4ab462bf0a' + homepage "http://www.50hz.ws/mpdas/" + url "http://www.50hz.ws/mpdas/mpdas-0.3.1.tar.bz2" + sha1 "c9aaf18243b3ae59264ba862f6fb94dfed55dbda" - head 'https://github.com/hrkfdn/mpdas.git' + head "https://github.com/hrkfdn/mpdas.git" - depends_on 'pkg-config' => :build - depends_on 'libmpd' + depends_on "pkg-config" => :build + depends_on "libmpd" def install - ENV['PREFIX'] = prefix - ENV['MANPREFIX'] = man - ENV['CONFIG'] = etc + ENV["PREFIX"] = prefix + ENV["MANPREFIX"] = man + ENV["CONFIG"] = etc ENV.j1 system "make" |
