hlint: add 2.0.12 bottle.
This commit is contained in:
parent
5ddf84241d
commit
c7b22150b9
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@ class Hlint < Formula
|
|||
sha256 "7e81be91b9ba30274658b95c30f02d5b2a08489363906371b787b002c323d8b1"
|
||||
head "https://github.com/ndmitchell/hlint.git"
|
||||
|
||||
bottle do
|
||||
sha256 "593dffc0966fbf21f45096879d22ee7a40d1dd7d71a7795e2a0e432541436bc9" => :high_sierra
|
||||
sha256 "8890dd4f76a6929a29394b019901c9406f4bf6a46df40c640c8d224894ab3375" => :sierra
|
||||
sha256 "e6bd33d728fdba5bb3a85ca8021ca3e862d1efed8f995ac60875fbd943b52f5c" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "cabal-install" => :build
|
||||
depends_on "ghc" => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue