sdl_rtf: fix audit

sdl_rtf:
  * `head` (line 15) should be put before `bottle block` (line 7)
master
Miguel Araújo 2017-02-12 08:42:38 -03:00 committed by Mike McQuaid
parent 0fb66e8f22
commit 8aaa63b55f
1 changed files with 1 additions and 2 deletions

View File

@ -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