uade: fix audit

uade:
  * `head` (line 19) should be put before `stable block` (line 5)
This commit is contained in:
Miguel Araújo 2017-02-12 09:03:51 -03:00 committed by Mike McQuaid
parent c5ce95ef72
commit 566eb270c9

View file

@ -1,6 +1,7 @@
class Uade < Formula
desc "Play Amiga tunes through UAE emulation"
homepage "http://zakalwe.fi/uade/"
head "git://zakalwe.fi/uade"
stable do
url "http://zakalwe.fi/uade/uade2/uade-2.13.tar.bz2"
@ -16,8 +17,6 @@ class Uade < Formula
sha256 "807b7f5cb5a83348c778003d781d715cec73d37da537e0b11b8138c93aad4938" => :mavericks
end
head "git://zakalwe.fi/uade"
depends_on "pkg-config" => :build
depends_on "libao"