homebrew-cask/Casks/autodmg.rb

11 lines
304 B
Ruby
Raw Normal View History

2014-06-13 08:09:34 +08:00
class Autodmg < Cask
version '1.4.3'
sha256 '62233d162ccf2109bf0a03f1e74c7c74da323958ad1f13a0c06f18a611e44592'
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'
2014-10-01 23:32:30 +08:00
license :oss
2014-09-16 00:05:17 +08:00
app 'AutoDMG.app'
2014-06-13 08:09:34 +08:00
end