Merge pull request #164268 from razvanazamfirei/ollama-github-latest

ollama: change livecheck to GithubLatest
This commit is contained in:
Sam Ford
2024-01-11 15:24:41 -05:00
committed by GitHub
+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"