homebrew-cask/Casks/autodmg.rb

13 lines
456 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'autodmg' do
2016-12-23 13:47:07 +08:00
version '1.7.3'
sha256 '73dac1837902cad7779d6fa64c8ebad4da808b00475c3ebd211505558ecb61d9'
2014-09-26 20:08:47 +08:00
url "https://github.com/MagerValp/AutoDMG/releases/download/v#{version}/AutoDMG-#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/MagerValp/AutoDMG/releases.atom',
2016-12-23 13:47:07 +08:00
checkpoint: 'c29303ee083b595d6cfd0f8b2635e0d83e89522a56382b3c6ea5d87a971cf5d5'
2015-01-04 11:26:28 +08:00
name 'AutoDMG'
homepage 'https://github.com/MagerValp/AutoDMG'
2014-09-16 00:05:17 +08:00
app 'AutoDMG.app'
2014-06-13 08:09:34 +08:00
end