git-annex: update to 6.20171214.
This commit is contained in:
parent
a304e12d63
commit
be7bf6173d
2 changed files with 10 additions and 5 deletions
|
@ -21,6 +21,11 @@ extra-deps:
|
|||
- bloomfilter-2.0.1.0
|
||||
- torrent-10000.0.0
|
||||
- yesod-default-1.2.0
|
||||
- conduit-extra-1.1.17
|
||||
- time-1.6.0.1
|
||||
- xml-conduit-1.5.1
|
||||
- happy-1.19.8
|
||||
- alex-3.2.3
|
||||
explicit-setup-deps:
|
||||
git-annex: true
|
||||
resolver: lts-8.13
|
||||
resolver: lts-10.2
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'git-annex'
|
||||
pkgname=git-annex
|
||||
version=6.20171026
|
||||
version=6.20171214
|
||||
revision=1
|
||||
nocross=yes
|
||||
build_style=haskell-stack
|
||||
stackage="lts-8.13"
|
||||
stackage="lts-10.2"
|
||||
hostmakedepends="pkg-config ghc stack"
|
||||
makedepends="gsasl-devel gnutls-devel libxml2-devel rsync curl lsof gnupg2 file-devel"
|
||||
# depends are utilities required by git-annex
|
||||
|
@ -14,8 +14,8 @@ maintainer="Evan Deaubl <evan@deaubl.name>"
|
|||
license="GPL-3"
|
||||
homepage="http://git-annex.branchable.com"
|
||||
distfiles="https://git.joeyh.name/index.cgi/${pkgname}.git/snapshot/${pkgname}-${version}.tar.gz"
|
||||
checksum=77b9845bb37ebb9d1a361f9a15d2794a8eee9c04db108c706a3f71ef5718e7d3
|
||||
nopie=yes
|
||||
checksum=9a9b12d460aed25ddbed1a928511eb1c221969aa664872d9562db6c8caa0dd0d
|
||||
nopie_files="/usr/bin/git-annex"
|
||||
|
||||
# These install steps are pulled from the install target in the
|
||||
# git-annex Makefile. The target can't be called directly because it is
|
||||
|
|
Loading…
Reference in a new issue