Skip to content

Commit

Permalink
cryptol 2.2.6
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#47354.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
Adam C. Foltzer authored and MikeMcQuaid committed Dec 25, 2015
1 parent 51b1594 commit aa68ab2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/cryptol.rb
Expand Up @@ -6,8 +6,8 @@ class Cryptol < Formula
desc "Domain-specific language for specifying cryptographic algorithms"
homepage "http://www.cryptol.net/"
url "https://github.com/GaloisInc/cryptol.git",
:tag => "v2.2.4",
:revision => "ebaa98699bfc704c5ac5a100e2829e68f3a11d9b"
:tag => "v2.2.6",
:revision => "22fa2f0538f8c6c60f32735f54fe9877f56e1cba"
head "https://github.com/GaloisInc/cryptol.git"

bottle do
Expand All @@ -18,7 +18,7 @@ class Cryptol < Formula

depends_on "ghc" => :build
depends_on "cabal-install" => :build
depends_on "cvc4"
depends_on "z3"

setup_ghc_compilers

Expand Down

0 comments on commit aa68ab2

Please sign in to comment.