mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
stack: fix checksum for cabal.config
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
642cfa74c4
commit
ce04eac533
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue