libgit2 0.21.3

Closes Homebrew/homebrew#35110.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2014-12-18 17:06:32 -05:00
parent 796ca9695e
commit ccb1fdf0ac

View file

@ -2,16 +2,12 @@ require "formula"
class Libgit2 < Formula
homepage "http://libgit2.github.com/"
url "https://github.com/libgit2/libgit2/archive/v0.21.2.tar.gz"
sha1 "a16a59df1bfe073483be0c58a81cdbc89f7b7070"
url "https://github.com/libgit2/libgit2/archive/v0.21.3.tar.gz"
sha1 "d116cb15f76edf2283c85da40389e4fecc8d5aeb"
head "https://github.com/libgit2/libgit2.git", :branch => "development"
bottle do
cellar :any
sha1 "388688ca18d3ebe91dde4cb7b9fa67e632a4f9a0" => :yosemite
sha1 "5bfd8d83f8ff1c62bea445c209efdb4ce3d3f641" => :mavericks
sha1 "5b23f7fd5062d7bf1be3a3509d70502c594b1fc5" => :mountain_lion
end
depends_on "cmake" => :build