Update github url in ollama.rb

The github owner for Ollama changed. Currently github redirected from the old URL to the new project home (ollama/ollama). This makes it explicit in the Homebrew cask.
This commit is contained in:
Dakota Chambers
2024-02-15 12:58:22 -06:00
committed by GitHub
parent d224589b62
commit 32e92e7d96
+2 -2
View File
@@ -2,8 +2,8 @@ cask "ollama" do
version "0.1.25"
sha256 "89ade906f6c69c6b4451d69dcd33b36817375acdcc61137a3010de2ebeb9151e"
url "https://github.com/jmorganca/ollama/releases/download/v#{version}/Ollama-darwin.zip",
verified: "github.com/jmorganca/ollama/"
url "https://github.com/ollama/ollama/releases/download/v#{version}/Ollama-darwin.zip",
verified: "github.com/ollama/ollama/"
name "Ollama"
desc "Get up and running with large language models locally"
homepage "https://ollama.ai/"