aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mpdas.rb20
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"