Fix inheritance for GithubGistFormula
This commit is contained in:
parent
2b97dd1ac7
commit
3187f69750
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'formula'
|
||||
|
||||
class Flac2Mp3 <GithubGistFormula
|
||||
class Flac2Mp3 < GithubGistFormula
|
||||
url 'https://gist.github.com/raw/124242/79857936f1d72824be0fb5d2ac845c02322abea0/flac2mp3'
|
||||
md5 '8351009b64afedfeb7a9e162ccd8d94c'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue