homebrew-cask/Casks/autodmg.rb

12 lines
328 B
Ruby
Raw Normal View History

2014-11-14 01:25:25 +08:00
cask :v1 => 'autodmg' do
version '1.5.2'
sha256 'a18cc5a840e56faaba133ab0cb3ea24e50b71a81cc87cd436ef71e739e62fea0'
2014-09-26 20:08:47 +08:00
url "https://github.com/MagerValp/AutoDMG/releases/download/v#{version}/AutoDMG-#{version}.dmg"
2015-01-04 11:26:28 +08:00
name 'AutoDMG'
homepage 'https://github.com/MagerValp/AutoDMG'
license :apache
2014-09-16 00:05:17 +08:00
app 'AutoDMG.app'
2014-06-13 08:09:34 +08:00
end