aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2014-04-08 20:07:59 -0700
committerAdam Vandenberg2014-04-08 20:15:57 -0700
commitff9ef4a103de7a79568df9c2a8c3e1b414ede6f4 (patch)
treeb4fbb3eaebcf6ded3b0c1d72600ec42020b8347b
parent120f2104fd2949a5a93d37e94f378b37f89093be (diff)
downloadhomebrew-ff9ef4a103de7a79568df9c2a8c3e1b414ede6f4.tar.bz2
libbluray: style updates
-rw-r--r--Library/Formula/libbluray.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/libbluray.rb b/Library/Formula/libbluray.rb
index 97751b18f..12d71c99f 100644
--- a/Library/Formula/libbluray.rb
+++ b/Library/Formula/libbluray.rb
@@ -1,20 +1,20 @@
-require 'formula'
+require "formula"
class Libbluray < Formula
- homepage 'http://www.videolan.org/developers/libbluray.html'
- url 'ftp://ftp.videolan.org/pub/videolan/libbluray/0.5.0/libbluray-0.5.0.tar.bz2'
- sha1 '1a9c61daefc31438f9165e7681c563d0524b2d3e'
+ homepage "http://www.videolan.org/developers/libbluray.html"
+ url "ftp://ftp.videolan.org/pub/videolan/libbluray/0.5.0/libbluray-0.5.0.tar.bz2"
+ sha1 "1a9c61daefc31438f9165e7681c563d0524b2d3e"
head do
- url 'git://git.videolan.org/libbluray.git'
+ url "git://git.videolan.org/libbluray.git"
depends_on :automake => :build
depends_on :autoconf => :build
depends_on :libtool => :build
end
- depends_on 'pkg-config' => :build
- depends_on :freetype => :recommended
+ depends_on "pkg-config" => :build
+ depends_on "freetype" => :recommended
def install
# https://mailman.videolan.org/pipermail/libbluray-devel/2014-April/001401.html