2018-06-15 16:16:55 +10:00
|
|
|
cask 'with-auto-updates' do
|
|
|
|
version '1.0'
|
|
|
|
sha256 'e5be907a51cd0d5b128532284afe1c913608c584936a5e55d94c75a9f48c4322'
|
|
|
|
|
2018-11-28 20:51:55 +01:00
|
|
|
url "https://brew.sh/autoupdates_#{version}.zip"
|
2018-06-15 16:16:55 +10:00
|
|
|
name 'AutoUpdates'
|
2018-11-28 20:51:55 +01:00
|
|
|
homepage 'https://brew.sh/autoupdates'
|
2018-06-15 16:16:55 +10:00
|
|
|
|
|
|
|
auto_updates true
|
|
|
|
|
|
|
|
app 'AutoUpdates.app'
|
|
|
|
end
|