aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2014-08-19 23:03:37 -0700
committerMike McQuaid2014-08-20 12:26:39 +0100
commitdcefe561a858449dc7e4b6abd5c9952b87b2ee85 (patch)
treebaa4f6db9b6d91beea4bb3b69318c233f89b0e96 /Library/Formula
parent5b722ffc085662b9bfd2679f44c80941381c72fb (diff)
downloadhomebrew-dcefe561a858449dc7e4b6abd5c9952b87b2ee85.tar.bz2
libgit2 0.21.1
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libgit2.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/libgit2.rb b/Library/Formula/libgit2.rb
index 1032313f9..5ce0747b3 100644
--- a/Library/Formula/libgit2.rb
+++ b/Library/Formula/libgit2.rb
@@ -1,11 +1,11 @@
-require 'formula'
+require "formula"
class Libgit2 < Formula
- homepage 'http://libgit2.github.com/'
- url 'https://github.com/libgit2/libgit2/archive/v0.21.0.tar.gz'
- sha1 '1534ecba1116ce8866e980499b2a3b5e67909bee'
+ homepage "http://libgit2.github.com/"
+ url "https://github.com/libgit2/libgit2/archive/v0.21.1.tar.gz"
+ sha1 "8975eb3fa6999e30b1fa01a84b7b09d0a2672ac5"
- head 'https://github.com/libgit2/libgit2.git', :branch => 'development'
+ head "https://github.com/libgit2/libgit2.git", :branch => "development"
bottle do
cellar :any
@@ -14,10 +14,10 @@ class Libgit2 < Formula
sha1 "36f85d4daa70f51a77e99232167e210b98662169" => :lion
end
- depends_on 'cmake' => :build
+ depends_on "cmake" => :build
def install
- mkdir 'build' do
+ mkdir "build" do
system "cmake", "..",
"-DBUILD_TESTS=NO",
*std_cmake_args