Update stack to 0.1.6.0

This commit is contained in:
Tomas Carnecky 2015-10-16 19:33:17 +02:00
parent 99b5d4c66e
commit 4dff4434fe
1 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
cask :v1_1 => 'stack' do
version '0.1.5.0'
sha256 'fde34bcbe4f944621258784d98828522f2f0cf0f44cd8ca40c30c2a53486f08a'
version '0.1.6.0'
sha256 '608ef6cf9c7b37c0d964deaf071558c8381fc4c3564a5f3f6685da3f1be8455f'
url "https://github.com/commercialhaskell/stack/releases/download/v#{version}/stack-#{version}-x86_64-osx.tar.gz"
url "https://github.com/commercialhaskell/stack/releases/download/v#{version}/stack-#{version}-osx-x86_64.tar.gz"
appcast 'https://github.com/commercialhaskell/stack/releases.atom'
name 'stack'
homepage 'https://github.com/commercialhaskell/stack'
license :bsd
binary "stack-#{version}-x86_64-osx/stack"
binary "stack-#{version}-osx-x86_64/stack"
depends_on :arch => :x86_64
end