diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libgit2.rb | 14 |
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 |
