peakhour: add livecheck (#96514)

This commit is contained in:
Markus Reiter 2020-12-22 05:04:50 +01:00 committed by GitHub
parent da37353933
commit 0dd931421d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -3,11 +3,15 @@ cask "peakhour" do
sha256 "f7356a79abb5284f9a64dd4709842b1d04c5f64c83481abb200a5928e4e55692"
url "https://updates.peakhourapp.com/releases/PeakHour%20#{version.before_comma}.zip"
appcast "https://updates.peakhourapp.com/PeakHour#{version.major}Appcast.xml"
name "PeakHour"
desc "Network bandwidth and network quality visualiser"
homepage "https://www.peakhourapp.com/"
livecheck do
url "https://updates.peakhourapp.com/PeakHour#{version.major}Appcast.xml"
strategy :sparkle
end
auto_updates true
app "PeakHour #{version.major}.app"