git-annex 6.20160619
- the version "should" be 6.20160719 but 6.20160619 is correct. - patch adds cabal constraints for the sake of the aws and esqueleto deps Closes #3228. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
926d76796f
commit
a635dc8cde
1 changed files with 13 additions and 2 deletions
|
@ -5,10 +5,21 @@ class GitAnnex < Formula
|
|||
|
||||
desc "Manage files with git without checking in file contents"
|
||||
homepage "https://git-annex.branchable.com/"
|
||||
url "https://hackage.haskell.org/package/git-annex-6.20160613/git-annex-6.20160613.tar.gz"
|
||||
sha256 "595e1945ea42bdcd55fd6b6096cbdb64646f2391ad34eb9b45ab92190e1d5314"
|
||||
head "git://git-annex.branchable.com/"
|
||||
|
||||
stable do
|
||||
url "https://hackage.haskell.org/package/git-annex-6.20160619/git-annex-6.20160619.tar.gz"
|
||||
sha256 "5acc80dfb86d8f568819256a428f04794bff4c654389692f27a7bf0877ebe12f"
|
||||
|
||||
# Upstream commit "cabal constraints for aws and esqueleto"
|
||||
# Upstream aws issue: https://github.com/aristidb/aws/issues/206
|
||||
# Upstream esqueleto issue: https://github.com/prowdsponsor/esqueleto/issues/137
|
||||
patch do
|
||||
url "https://github.com/joeyh/git-annex/commit/18e458db.patch"
|
||||
sha256 "75c3f7426e492ea48062f9922badae5c7809f2494f128e41f9d3e148fb9daa50"
|
||||
end
|
||||
end
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "10f6065bf76b08b18b97a40f5b8d1025b2f0c22928d1690dc7803b898644f9b2" => :el_capitan
|
||||
|
|
Loading…
Reference in a new issue