Skip to content

Commit

Permalink
backblaze-downloader: update livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Sep 19, 2024
1 parent 3014bd7 commit c14272c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Casks/b/backblaze-downloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
homepage "https://www.backblaze.com/"

livecheck do
url :url
strategy :extract_plist do |item|
item["com.backblaze.BackblazeDownloader"].short_version
end
url "https://www.backblaze.com/computer-backup/docs/downloader-app-release-notes-mac"
regex(/Version\s+v?(\d+(?:\.\d+)+)/i)
end

app "Backblaze Downloader.app"
Expand Down

0 comments on commit c14272c

Please sign in to comment.