uade: fix audit
uade: * `head` (line 19) should be put before `stable block` (line 5)
This commit is contained in:
parent
c5ce95ef72
commit
566eb270c9
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue