git-annex 6.20180529

Closes #28446.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2018-05-29 19:24:28 -07:00
parent 674698824b
commit 48b05fe1e1

View file

@ -5,8 +5,8 @@ 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.20180509/git-annex-6.20180509.tar.gz"
sha256 "70c37cfc8cd87fd1a8365d6ec17c772a981e1d66980c91dc97e96b7758203427"
url "https://hackage.haskell.org/package/git-annex-6.20180529/git-annex-6.20180529.tar.gz"
sha256 "a5ebeeef3a2a1c71e08592fed6ac149a3cda1c397bad8c1413f40d9a3da9a0e7"
head "git://git-annex.branchable.com/"
bottle do
@ -27,6 +27,8 @@ class GitAnnex < Formula
def install
# Reported 28 Feb 2018 to aws upstream https://github.com/aristidb/aws/issues/244
# This is already resolved in aws 0.20 but we can't move to 0.20 until
# esqueleto 2.6.0 ships. See https://github.com/bitemyapp/esqueleto/issues/88
install_cabal_package "--constraint", "http-conduit<2.3",
:using => ["alex", "happy", "c2hs"],
:flags => ["s3", "webapp"] do