aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-12 17:49:19 -0800
committerAdam Vandenberg2011-03-12 17:49:19 -0800
commit79c6637b01b2f7632b9cf686f660584d70c32caa (patch)
tree0b55328f03937a9096afcd6c860fbbe7d37a0441 /Library
parentadfc7b4b2203339bcb3da687c71b5a42a0ca05be (diff)
downloadhomebrew-79c6637b01b2f7632b9cf686f660584d70c32caa.tar.bz2
Fix inheritance for GithubGistFormula
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/browser.rb2
-rw-r--r--Library/Formula/flac.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/browser.rb b/Library/Formula/browser.rb
index 58902c443..95adea753 100644
--- a/Library/Formula/browser.rb
+++ b/Library/Formula/browser.rb
@@ -1,6 +1,6 @@
require 'formula'
-class Browser <GithubGistFormula
+class Browser < GithubGistFormula
url 'https://gist.github.com/raw/318247/bcbcf6c5fb730b4f508c633cce56ba17828825c8/browser'
homepage 'https://gist.github.com/318247/'
md5 '8bdad2260651ea88d4f868071ef5b604'
diff --git a/Library/Formula/flac.rb b/Library/Formula/flac.rb
index d72e636fa..9e2958d9c 100644
--- a/Library/Formula/flac.rb
+++ b/Library/Formula/flac.rb
@@ -1,6 +1,6 @@
require 'formula'
-class Flac2Mp3 <GithubGistFormula
+class Flac2Mp3 < GithubGistFormula
url 'https://gist.github.com/raw/124242/79857936f1d72824be0fb5d2ac845c02322abea0/flac2mp3'
md5 '8351009b64afedfeb7a9e162ccd8d94c'
end