id3lib: fix audit --strict
* `head` (line 21) should be put before `stable block` (line 6)
This commit is contained in:
parent
1eae7e3bab
commit
10c75dabcc
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue