homebrew-cask/Casks/etcher.rb

12 lines
410 B
Ruby
Raw Normal View History

2016-04-10 19:20:18 +08:00
cask 'etcher' do
version '1.0.0-beta.17'
sha256 '648ef2babbbaea6abdf7a680a76afe3f03dbc11780164e890d377c67aec124dc'
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-#{version}-darwin-x64.dmg"
2016-04-10 19:20:18 +08:00
name 'Etcher'
homepage 'https://etcher.io/'
2016-04-10 19:20:18 +08:00
app 'Etcher.app'
2016-04-10 19:20:18 +08:00
end