Skip to content

Commit

Permalink
git 2.4.5
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#41093.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
robinkunde authored and DomT4 committed Jun 26, 2015
1 parent d4f7107 commit c343191
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/git.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Git < Formula
desc "Distributed revision control system"
homepage "https://git-scm.com"
url "https://www.kernel.org/pub/software/scm/git/git-2.4.4.tar.xz"
sha256 "f873b15d42281474fcba5921295d01e48a3cd3cddcbeb3d60176bf30f5f30260"
url "https://www.kernel.org/pub/software/scm/git/git-2.4.5.tar.xz"
sha256 "c31a5f5f72e025f8fe26845032a06683c7e5c1a73236c2353b5606ddd22e0494"

head "https://github.com/git/git.git", :shallow => false

Expand All @@ -13,13 +13,13 @@ class Git < Formula
end

resource "man" do
url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.4.4.tar.xz"
sha256 "4bf125ece40f33872c6d9ccd6d83ec0068de5216b4075eaee78e39d46b08c351"
url "https://www.kernel.org/pub/software/scm/git/git-manpages-2.4.5.tar.xz"
sha256 "abe54047035302a22aed13118c4fcb58e423d0c1ba61dcbc3843b822246fed3e"
end

resource "html" do
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.4.4.tar.xz"
sha256 "e7f411f3eb3ecccc87e7d96afdcd8e72734a331170412eb37f240b731b2c2580"
url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.4.5.tar.xz"
sha256 "69f0297d4ba56597ae5837366d5fd87c450f1476a743a5933d2974fdad6e8285"
end

option "with-blk-sha1", "Compile with the block-optimized SHA1 implementation"
Expand Down

0 comments on commit c343191

Please sign in to comment.