coccinelle 1.0.6
This update to the latest version of coccinelle fixes the build on macOS Sierra. 👌 Closes #6318. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
c7731651d3
commit
5d60dd00a8
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Coccinelle < Formula
|
||||
desc "Program matching and transformation engine for C code"
|
||||
homepage "http://coccinelle.lip6.fr/"
|
||||
url "http://coccinelle.lip6.fr/distrib/coccinelle-1.0.4.tgz"
|
||||
sha256 "7f823813a2ea299c0f6c01d8419b83c4dc6617116d32ba99d726443a1c22b06d"
|
||||
url "http://coccinelle.lip6.fr/distrib/coccinelle-1.0.6.tgz"
|
||||
sha256 "8452ed265c209dae99cbb33b67bc7912e72f8bca1e24f33f1a88ba3d7985e909"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue