Skip to content

Commit

Permalink
Merge pull request #193791 from Homebrew/caido-update-livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
krehel authored Dec 1, 2024
2 parents e67bbf7 + 89a46f1 commit 9b0915c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Casks/c/caido.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
homepage "https://caido.io/"

livecheck do
url "https://github.com/caido/caido/"
url "https://api.caido.io/releases/latest"
strategy :json do |json|
json["version"]
end
end

depends_on macos: ">= :catalina"
Expand Down

0 comments on commit 9b0915c

Please sign in to comment.