git-annex: update to 10.20220222
This commit is contained in:
parent
c5b271e7fc
commit
8361206fff
|
@ -0,0 +1,33 @@
|
||||||
|
flags:
|
||||||
|
git-annex:
|
||||||
|
production: true
|
||||||
|
assistant: true
|
||||||
|
pairing: true
|
||||||
|
torrentparser: true
|
||||||
|
webapp: true
|
||||||
|
magicmime: false
|
||||||
|
dbus: false
|
||||||
|
debuglocks: false
|
||||||
|
benchmark: true
|
||||||
|
networkbsd: true
|
||||||
|
gitlfs: true
|
||||||
|
httpclientrestricted: true
|
||||||
|
packages:
|
||||||
|
- '.'
|
||||||
|
resolver: lts-19.0
|
||||||
|
extra-deps:
|
||||||
|
- IfElse-0.85
|
||||||
|
- aws-0.22
|
||||||
|
- bloomfilter-2.0.1.0
|
||||||
|
- git-lfs-1.2.0
|
||||||
|
- http-client-restricted-0.0.4
|
||||||
|
- network-multicast-0.3.2
|
||||||
|
- sandi-0.5
|
||||||
|
- torrent-10000.1.1
|
||||||
|
- base16-bytestring-0.1.1.7
|
||||||
|
- base64-bytestring-1.0.0.3
|
||||||
|
- bencode-0.6.1.1
|
||||||
|
- aeson-1.5.6.0@sha256:5003bb6fd260d2e2d5a51dee2bf5c8e8f29e4e0e0288fef805c22dcc80ecab06,6788
|
||||||
|
- http-client-0.7.11@sha256:3f59ac8ffe2a3768846cdda040a0d1df2a413960529ba61c839861c948871967,5756
|
||||||
|
explicit-setup-deps:
|
||||||
|
git-annex: true
|
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'git-annex'
|
# Template file for 'git-annex'
|
||||||
pkgname=git-annex
|
pkgname=git-annex
|
||||||
version=8.20211028
|
version=10.20220222
|
||||||
revision=1
|
revision=1
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
|
stackage="lts-19.0"
|
||||||
makedepends="curl file-devel gnupg2 gnutls-devel gsasl-devel libxml2-devel
|
makedepends="curl file-devel gnupg2 gnutls-devel gsasl-devel libxml2-devel
|
||||||
lsof rsync git ncurses-devel"
|
lsof rsync git ncurses-devel"
|
||||||
# depends are utilities required by git-annex
|
# depends are utilities required by git-annex
|
||||||
|
@ -12,7 +13,7 @@ maintainer="Evan Deaubl <evan@deaubl.name>"
|
||||||
license="AGPL-3.0-or-later, MIT, BSD-2-Clause, GPL-3.0-or-later, custom:Expat, custom:MIT-twitter, GPL-2.0-only, custom:icon-license"
|
license="AGPL-3.0-or-later, MIT, BSD-2-Clause, GPL-3.0-or-later, custom:Expat, custom:MIT-twitter, GPL-2.0-only, custom:icon-license"
|
||||||
homepage="http://git-annex.branchable.com"
|
homepage="http://git-annex.branchable.com"
|
||||||
distfiles="https://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=cf5efe15e68d467daad673bec10037a27a78da7e4af9b4a85e10980bd90ace2d
|
checksum=1fb9f75a83feb16f7515122135c0f3abe6aa77544d8d778792296cbc053d2c85
|
||||||
nopie_files="/usr/bin/git-annex"
|
nopie_files="/usr/bin/git-annex"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue