diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/browser.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/flac.rb | 2 |
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 |
