mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #164268 from razvanazamfirei/ollama-github-latest
ollama: change livecheck to GithubLatest
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user