2018-07-15 11:13:04 +10:00

13 lines
291 B
Ruby

cask 'with-auto-updates' do
version '1.0'
sha256 'e5be907a51cd0d5b128532284afe1c913608c584936a5e55d94c75a9f48c4322'
url "https://example.com/autoupdates_#{version}.zip"
name 'AutoUpdates'
homepage 'http://example.com/autoupdates'
auto_updates true
app 'AutoUpdates.app'
end