homebrew-cask/Casks/etcher.rb

13 lines
420 B
Ruby
Raw Normal View History

2016-04-10 19:20:18 +08:00
cask 'etcher' do
version '1.0.0-beta.12'
sha256 '929d1ab9bfe7d301e03d0ee6933805f1366e6008f31b06ed1f3e95fb1c146a17'
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'
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