homebrew-cask-versions/Casks/haskell-platform.rb
Roland Walker 40184ad948 mass update of 650 Casks to sha256
each of these is verified: the current sha1 and the new
sha256 are both correct for the given download.
2014-02-24 07:55:29 -05:00

7 lines
335 B
Ruby

class HaskellPlatform < Cask
url 'http://lambda.haskell.org/platform/download/2013.2.0.0/Haskell%20Platform%202013.2.0.0%2064bit.pkg'
homepage 'http://www.haskell.org/platform/'
version '2013.2.0.0'
sha256 'ff7ca6dfdeaab5c067e6e23dd62b07e0f9ec061d0e8cb4e67b09b82f8b939a27'
install 'Haskell Platform 2013.2.0.0 64bit.pkg'
end