ollama: change livecheck to GithubLatest

This commit is contained in:
Razvan Azamfirei
2024-01-11 14:30:01 -05:00
parent 89c1c39cb2
commit c68d0bfa17
+5
View File
@@ -8,6 +8,11 @@ cask "ollama" do
desc "Get up and running with large language models locally"
homepage "https://ollama.ai/"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
conflicts_with formula: "ollama"
depends_on macos: ">= :high_sierra"