id3lib: fix audit --strict

* `head` (line 21) should be put before `stable block` (line 6)
This commit is contained in:
Miguel Araújo 2017-02-16 19:39:20 -03:00 committed by Alex Dunn
parent 1eae7e3bab
commit 10c75dabcc

View file

@ -2,6 +2,8 @@ class Id3lib < Formula
desc "ID3 tag manipulation"
homepage "https://id3lib.sourceforge.io/"
revision 1
head ":pserver:anonymous:@id3lib.cvs.sourceforge.net:/cvsroot/id3lib",
:using => :cvs, :module => "id3lib-devel"
stable do
url "https://downloads.sourceforge.net/project/id3lib/id3lib/3.8.3/id3lib-3.8.3.tar.gz"
@ -18,9 +20,6 @@ class Id3lib < Formula
end
end
head ":pserver:anonymous:@id3lib.cvs.sourceforge.net:/cvsroot/id3lib",
:using => :cvs, :module => "id3lib-devel"
bottle do
cellar :any
sha256 "1dddf1fac71acc4bd54cfcc6cdb80884129754d25f42efff5fbe6d5d38d99c0a" => :sierra