homebrew-cask/Casks/ganache.rb

14 lines
557 B
Ruby

cask 'ganache' do
version '1.1.0'
sha256 'a24f2e1e4e76508dc324b13ec85ab7f931a521df0fa97f9e43e0a3fa6a6a489c'
# github.com/trufflesuite/ganache was verified as official when first introduced to the cask
url "https://github.com/trufflesuite/ganache/releases/download/v#{version}/Ganache-#{version}.dmg"
appcast 'https://github.com/trufflesuite/ganache/releases.atom',
checkpoint: '7511886116d0e63af6d8e99b86ee117db4bc5126464a229428b2739390df9a95'
name 'Ganache'
homepage 'http://truffleframework.com/ganache/'
app 'Ganache.app'
end