mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
17 lines
577 B
Ruby
17 lines
577 B
Ruby
cask :v1 => 'purescript' do
|
|
version '0.7.1'
|
|
sha256 'b83c026b191ba6dc6f0ab3aac8008d6786bbb1fa3e5bee89b885671748b82136'
|
|
|
|
# github.com is the official download host per the vendor homepage
|
|
url "https://github.com/purescript/purescript/releases/download/v#{version}/macos.tar.gz"
|
|
appcast 'https://github.com/purescript/purescript/releases.atom'
|
|
name 'PureScript'
|
|
homepage 'http://purescript.org'
|
|
license :mit
|
|
|
|
binary 'purescript/psc'
|
|
binary 'purescript/psc-bundle'
|
|
binary 'purescript/psc-docs'
|
|
binary 'purescript/psc-publish'
|
|
binary 'purescript/psci'
|
|
end
|