From c77253f95751dc537d6033e789a66a49f48166c2 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 20 Jan 2015 19:42:41 +0000 Subject: 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. --- Library/Formula/libgit2.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3