homebrew-cask/Casks/etcher.rb

13 lines
419 B
Ruby
Raw Normal View History

2016-04-10 19:20:18 +08:00
cask 'etcher' do
version '1.0.0-beta.2'
sha256 '558a961efcbf601349dfebea7129cf6cfceec90137c6bb80c4ed7649459c91d2'
# 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'
2016-04-12 22:38:15 +08:00
homepage 'http://www.etcher.io/'
2016-04-10 19:20:18 +08:00
license :apache
app 'etcher.app'
end