jbigkit: fix audit
jbigkit: * `head` (line 17) should be put before `bottle block` (line 8)
This commit is contained in:
parent
e5ea237ea2
commit
62535990b8
1 changed files with 3 additions and 3 deletions
|
@ -5,6 +5,9 @@ class Jbigkit < Formula
|
|||
mirror "https://mirrors.kernel.org/debian/pool/main/j/jbigkit/jbigkit_2.1.orig.tar.gz"
|
||||
sha256 "de7106b6bfaf495d6865c7dd7ac6ca1381bd12e0d81405ea81e7f2167263d932"
|
||||
|
||||
head "https://www.cl.cam.ac.uk/~mgk25/git/jbigkit",
|
||||
:using => :git
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "831dd1ec7e8013ddc6c23641a21292eae26f397e8b61d95382a6240f18fc5602" => :sierra
|
||||
|
@ -14,9 +17,6 @@ class Jbigkit < Formula
|
|||
sha256 "0afb6297101bc3269f0ebca1590cda66a62cbd90e3fdbec38dc011131711d32b" => :mountain_lion
|
||||
end
|
||||
|
||||
head "https://www.cl.cam.ac.uk/~mgk25/git/jbigkit",
|
||||
:using => :git
|
||||
|
||||
option :universal
|
||||
option "with-test", "Verify the library during install"
|
||||
|
||||
|
|
Loading…
Reference in a new issue