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