homebrew-cask/Casks/etcher.rb

12 lines
403 B
Ruby
Raw Normal View History

2016-04-10 19:20:18 +08:00
cask 'etcher' do
version '1.0.0-beta.15'
sha256 '085775118bee1f34e99e54493ae923ef69887467eadee7ccf05caebac9ac737f'
2016-04-10 19:20:18 +08:00
# resin-production-downloads.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://resin-production-downloads.s3.amazonaws.com/etcher/#{version}/Etcher-darwin-x64.dmg"
name 'Etcher'
homepage 'https://www.etcher.io/'
2016-04-10 19:20:18 +08:00
app 'Etcher.app'
2016-04-10 19:20:18 +08:00
end