sdl_rtf: fix audit
sdl_rtf: * `head` (line 15) should be put before `bottle block` (line 7)master
parent
0fb66e8f22
commit
8aaa63b55f
|
@ -3,6 +3,7 @@ class SdlRtf < Formula
|
|||
homepage "https://www.libsdl.org/projects/SDL_rtf/"
|
||||
url "https://www.libsdl.org/projects/SDL_rtf/release/SDL_rtf-0.1.0.tar.gz"
|
||||
sha256 "3dc0274b666e28010908ced24844ca7d279e07b66f673c990d530d4ea94b757e"
|
||||
head "https://hg.libsdl.org/SDL_rtf", :using => :hg
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -12,8 +13,6 @@ class SdlRtf < Formula
|
|||
sha256 "9d077d10fc0102738e3c7d445cf2c8290150f98b4fb92e1b72bb3e5857dc3b3e" => :mavericks
|
||||
end
|
||||
|
||||
head "https://hg.libsdl.org/SDL_rtf", :using => :hg
|
||||
|
||||
depends_on "sdl"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in New Issue