time-tracker: add livecheck (#97644)

This commit is contained in:
Markus Reiter 2021-01-09 18:40:06 +01:00 committed by GitHub
parent 50c3142897
commit ec5a002c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -3,9 +3,14 @@ cask "time-tracker" do
sha256 "a6c982ee82f8babcf0f42d49950e5b3a1d613946736a7ee4a272b05916271aeb"
url "https://github.com/rburgst/time-tracker-mac/releases/download/v#{version}-binary/Time.Tracker-#{version}-bin.zip"
appcast "https://github.com/rburgst/time-tracker-mac/releases.atom"
name "TimeTracker"
homepage "https://github.com/rburgst/time-tracker-mac"
livecheck do
url :url
strategy :git
regex(/^v?(\d+(?:\.\d+)*)-binary$/i)
end
app "Time Tracker.app"
end