aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libgit2.rb
diff options
context:
space:
mode:
authorDominyk Tiller2015-01-20 19:42:41 +0000
committerMike McQuaid2015-01-30 15:13:29 +0000
commitc77253f95751dc537d6033e789a66a49f48166c2 (patch)
tree819558265438a5291441e2bf4660ff696cb8f50f /Library/Formula/libgit2.rb
parenta41d46bb369ce096e435ef9a92f020f8334f3c21 (diff)
downloadhomebrew-c77253f95751dc537d6033e789a66a49f48166c2.tar.bz2
libgit2 0.22.0
Version bump, fixed the now unrecognised don’t build tests option. The API has been broken here, and other packages that use libgit2 now can’t find the correct dylibs, so revisions to those will follow in this PR. Closes #35954.
Diffstat (limited to 'Library/Formula/libgit2.rb')
-rw-r--r--Library/Formula/libgit2.rb8
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