Skip to content

Commit

Permalink
AU: 1 updated - haskell-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 23, 2017
1 parent 91de9f0 commit 8573bbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions haskell-stack/haskell-stack.nuspec
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>haskell-stack</id>
<version>1.6.1</version>
<version>1.6.3</version>
<packageSourceUrl>https://github.com/brunoyb/chocolatey-packages/tree/master/haskell-stack</packageSourceUrl>
<owners>Bruno Baldochi</owners>
<title>Haskell Stack</title>
Expand Down Expand Up @@ -43,7 +43,7 @@ The following package parameters can be set:
These parameters can be passed to the installer with the use of `-params`.
For example: `-params '"/NoLocalBinOnPath /NoStackRoot"'`.
]]></description>
<releaseNotes>https://github.com/commercialhaskell/stack/releases/tag/v1.6.1</releaseNotes>
<releaseNotes>https://github.com/commercialhaskell/stack/releases/tag/v1.6.3</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.0.4" />
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions haskell-stack/tools/chocolateyInstall.ps1
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop'

$packageName = 'haskell-stack'
$url32 = 'https://github.com/commercialhaskell/stack/releases/download/v1.6.1/stack-1.6.1-windows-i386.zip'
$checksum32 = '0824ca4dc04546bdb711eab1a391ed553bee41a73c15a063e8424641da5b6e49'
$url32 = 'https://github.com/commercialhaskell/stack/releases/download/v1.6.3/stack-1.6.3-windows-i386.zip'
$checksum32 = '8ab7bdfd730bda38bd7a04b893ef04237340b475bb235f87494ba60da3bf4bcc'
$checksumType32 = 'sha256'
$url64 = 'https://github.com/commercialhaskell/stack/releases/download/v1.6.1/stack-1.6.1-windows-x86_64.zip'
$checksum64 = '9961a70f35c4ded26ea9e5258852b4b25fb07f03cec920f5ae649f0f5f77c2e6'
$url64 = 'https://github.com/commercialhaskell/stack/releases/download/v1.6.3/stack-1.6.3-windows-x86_64.zip'
$checksum64 = '461b3653496340b09dacaee6bdbf696a3d676e73031ace8e53cdc2479468301b'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 8573bbb

Please sign in to comment.