homebrew-cask/Casks/ganache.rb

13 lines
468 B
Ruby
Raw Normal View History

cask 'ganache' do
2018-08-28 05:09:44 +08:00
version '1.2.2'
sha256 '8e30bbefc304e464ebda416267c4d38758f02f64ac0981c09971a3d548e9c99f'
# 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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/trufflesuite/ganache/releases.atom'
name 'Ganache'
2018-10-07 11:38:01 +08:00
homepage 'https://truffleframework.com/ganache/'
app 'Ganache.app'
end