git 2.0.1

master
Jack Nagel 2014-07-02 21:32:37 -05:00
parent d09d7fa090
commit af6e3f915b
1 changed files with 6 additions and 10 deletions

View File

@ -2,26 +2,22 @@ require 'formula'
class Git < Formula
homepage "http://git-scm.com"
url "https://www.kernel.org/pub/software/scm/git/git-2.0.0.tar.gz"
sha1 "d0a7da8b46bc5c63ca68b0eba189dd31f615437c"
url "https://www.kernel.org/pub/software/scm/git/git-2.0.1.tar.gz"
sha1 "b51a95588249aa71501a01273671f32ea99c392c"
head "https://github.com/git/git.git", :shallow => false
bottle do
revision 2
sha1 "24deae2aeeac4b868b810ee1df6cf360c0ad0c6e" => :mavericks
sha1 "b53d25fbf253fa9749971dd496a60b57b7e96a7f" => :mountain_lion
sha1 "99c8c6a8aa9d086872a950cb9903ccec4cb43e2b" => :lion
end
resource "man" do
url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.0.0.tar.gz"
sha1 "0cac84ebb05cf063bafad8cefd8a1ef786eeeb9c"
url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.0.1.tar.gz"
sha1 "f22b9d9d2b6bbd8866887dd9ff9e34d2018af2dd"
end
resource "html" do
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.0.0.tar.gz"
sha1 "3bfc01de98e3d795c02a1bb639a5e65449b4d7cb"
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.0.1.tar.gz"
sha1 "9cb4ef660a667fe68ee3c81f5a2bdc0689c4dd47"
end
option 'with-blk-sha1', 'Compile with the block-optimized SHA1 implementation'