stack: fix checksum for cabal.config

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-07-05 11:45:40 +02:00
parent 642cfa74c4
commit ce04eac533
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -1,7 +1,7 @@
# Template file for 'stack'
pkgname=stack
version=1.9.3
revision=2
revision=3
_stackage="lts-13.2"
hostmakedepends="cabal-install pkg-config unzip"
makedepends="zlib-devel pcre-devel"
@ -13,7 +13,7 @@ homepage="http://haskellstack.org"
distfiles="https://github.com/commercialhaskell/${pkgname}/releases/download/v${version}/${pkgname}-${version}-sdist-1.tar.gz
https://www.stackage.org/${_stackage}/cabal.config>cabal.config-${_stackage}"
checksum="14e06a71bf6fafbb2d468f83c70fd4e9490395207d6530ab7b9fc056f8972a46
82b066829f560b5860cafd2ba5d5ccb48098ea5d34a7dc2cb6ec20e3780dea29"
6e8bfc4b0971cf536235350d967e4101b285640d708bc11ccfe424d94caf4194"
skip_extraction="cabal.config-${_stackage}"
nocross=yes
nopie_files="/usr/bin/stack"