From d7862a34cbe90fd5ff015a830ca3ff564730edb3 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Thu, 21 Aug 2014 19:47:54 -0700 Subject: mpdas 0.3.1 --- Library/Formula/mpdas.rb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Library') 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" -- cgit v1.2.3