diff options
| -rw-r--r-- | Library/Formula/libgit2.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/libgit2.rb b/Library/Formula/libgit2.rb index d3f842acc..15bc9c174 100644 --- a/Library/Formula/libgit2.rb +++ b/Library/Formula/libgit2.rb @@ -1,9 +1,7 @@ -require "formula" - class Libgit2 < Formula homepage "https://libgit2.github.com/" - url "https://github.com/libgit2/libgit2/archive/v0.21.3.tar.gz" - sha1 "d116cb15f76edf2283c85da40389e4fecc8d5aeb" + url "https://github.com/libgit2/libgit2/archive/v0.22.0.tar.gz" + sha1 "a37dc29511422eec9828e129ad057e77ca962c5e" head "https://github.com/libgit2/libgit2.git" @@ -22,7 +20,7 @@ class Libgit2 < Formula def install args = std_cmake_args - args << "-DBUILD_TESTS=NO" + args << "-DBUILD_CLAR=NO" # Don't build tests. if build.universal? ENV.universal_binary |
