From 44d036703b367de32cb6281f48332f7b69016876 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 3 Mar 2015 15:24:51 +0000 Subject: cmake: adjust standard built type Moves from None to Release, but comments out the standard release CFLAGS so we can continue using our own. Bumped Libgit2 as an example/test to play with. Closes #37332, hopefully. Closes #37361. Signed-off-by: Mike McQuaid --- Library/Formula/libgit2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/libgit2.rb') diff --git a/Library/Formula/libgit2.rb b/Library/Formula/libgit2.rb index 4e488bd1f..0ebe4fa94 100644 --- a/Library/Formula/libgit2.rb +++ b/Library/Formula/libgit2.rb @@ -2,8 +2,8 @@ class Libgit2 < Formula homepage "https://libgit2.github.com/" url "https://github.com/libgit2/libgit2/archive/v0.22.0.tar.gz" sha1 "a37dc29511422eec9828e129ad057e77ca962c5e" - head "https://github.com/libgit2/libgit2.git" + revision 1 bottle do cellar :any -- cgit v1.2.3