git-annex: update to 6.20161210.
This commit is contained in:
parent
7953b6fe56
commit
fa0bd31c40
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'git-annex'
|
||||
pkgname=git-annex
|
||||
version=6.20161027
|
||||
version=6.20161210
|
||||
revision=1
|
||||
nocross=yes
|
||||
build_style=haskell-stack
|
||||
stackage="lts-7.0"
|
||||
hostmakedepends="pkg-config"
|
||||
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
|
||||
depends="git rsync curl lsof gnupg2"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Evan Deaubl <evan@deaubl.name>"
|
|||
license="GPL-3"
|
||||
homepage="http://git-annex.branchable.com"
|
||||
distfiles="http://github.com/joeyh/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=3dd91e1a796923d98ef47293a5058b082b987f26fe9da1f82651b6e84feb261b
|
||||
checksum=6d985dc3dbb840629bca4e65e17564b68f4c403c7002c8b9155f120519680ed6
|
||||
nopie=yes
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue