diff options
| author | Carl Moden | 2014-11-06 07:06:15 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-11-19 00:55:16 -0600 |
| commit | 000240e17e06470b2ae0fd92d176ff7f1fbd4bc2 (patch) | |
| tree | fa2412aa0b06cb4f5a9bc33c430c4eafef714312 /Library/Formula | |
| parent | f269778789a156c87a974884940a19daa97f3add (diff) | |
| download | homebrew-000240e17e06470b2ae0fd92d176ff7f1fbd4bc2.tar.bz2 | |
git-annex 5.20141125
Remove fixup code for bad bare repositories created by versions 5.20131118
through 5.20131127. That fixup code would accidentially fire when --git-dir
was incorrectly pointed at the working tree of a git-annex repository,
possibly resulting in data loss. Closes: #768093
Windows: Fix crash when user.name is not set in git config.
Closes #33959.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/git-annex.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-annex.rb b/Library/Formula/git-annex.rb index 7f8c3c91d..02c369c42 100644 --- a/Library/Formula/git-annex.rb +++ b/Library/Formula/git-annex.rb @@ -5,8 +5,8 @@ class GitAnnex < Formula include Language::Haskell::Cabal homepage "https://git-annex.branchable.com/" - url "https://hackage.haskell.org/package/git-annex-5.20141024/git-annex-5.20141024.tar.gz" - sha1 "e185f17db77654340b75879de301ab6982ce2b33" + url "https://hackage.haskell.org/package/git-annex-5.20141125/git-annex-5.20141125.tar.gz" + sha1 "45445bfef32f380624cbf415813a1a69010ecb13" bottle do cellar :any |
