You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
310 B
10 lines
310 B
class AutodmgBeta < Cask
|
|
version '1.5b359'
|
|
sha256 'a0eb343fe44df8d347cbb29ab3f07f45847e649eeb295162787cf729e17d274e'
|
|
|
|
url "https://github.com/MagerValp/AutoDMG/releases/download/v#{version}/AutoDMG-#{version}.dmg"
|
|
homepage 'https://github.com/MagerValp/AutoDMG'
|
|
license :oss
|
|
|
|
app 'AutoDMG.app'
|
|
end
|
|
|