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: Homebrew/homebrew#768093 Windows: Fix crash when user.name is not set in git config. Closes Homebrew/homebrew#33959. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
773f23fb72
commit
5f39e49c5a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue