silc-client: fix audit
silc-client: * `revision` (line 14) should be put before `bottle block` (line 6)
This commit is contained in:
parent
efcd9bfd72
commit
b5cd984331
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,8 @@ class SilcClient < Formula
|
|||
homepage "http://silcnet.org/client.html"
|
||||
url "https://downloads.sourceforge.net/project/silc/silc/client/sources/silc-client-1.1.11.tar.gz"
|
||||
sha256 "8cedf2f3c15322296afe094de60504bc27e349f1942713a2f322c7ef6ad5089e"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
sha256 "7a3aa8b794ed44a6e676405a70ac84277c4b38e2ac871d5ac4aca347ec0da280" => :sierra
|
||||
sha256 "d70e8301090bb4cda87c269ed2c310c972003f0ecbac1134639225044b02843d" => :el_capitan
|
||||
|
@ -11,8 +13,6 @@ class SilcClient < Formula
|
|||
sha256 "6c89c1d50049ae283d04e954678ded56530e4da2fd2ac25b8b9ddb49f5eced8e" => :mountain_lion
|
||||
end
|
||||
|
||||
revision 1
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "glib"
|
||||
depends_on "openssl"
|
||||
|
|
Loading…
Reference in a new issue