copilot-for-xcode: change livecheck strategy

This commit is contained in:
Razvan Azamfirei 2024-01-08 05:08:03 -05:00
parent 62c7721743
commit 83710deaab
No known key found for this signature in database
GPG Key ID: 62E97BFCB12046BD
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ cask "copilot-for-xcode" do
desc "Xcode extension for Github Copilot"
homepage "https://github.com/intitni/CopilotForXcode"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
depends_on macos: ">= :monterey"