homebrew-cask/Casks/autodmg.rb

11 lines
305 B
Ruby
Raw Normal View History

2014-06-13 08:09:34 +08:00
class Autodmg < Cask
version '1.5'
sha256 '3a033cf88ac8ee4ea0ce2629a6a7ae8d63d2abe268fe9bd8afb9863910247474'
2014-09-26 20:08:47 +08:00
url "https://github.com/MagerValp/AutoDMG/releases/download/v#{version}/AutoDMG-#{version}.dmg"
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