mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "0.5.12",
|
|
"description": "Get up and running with large language models locally.",
|
|
"homepage": "https://ollama.com/",
|
|
"license": "MIT",
|
|
"notes": "Ollama with deamon has been moved to 'extras/ollama-full'.",
|
|
"suggest": {
|
|
"Ollama Full": "extras/ollama-full"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ollama/ollama/releases/download/v0.5.12/ollama-windows-amd64.zip",
|
|
"hash": "315968fe0925a8efbec0ab414862f1acac9c4544b1307d0b0201647cacf851c4"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ollama/ollama/releases/download/v0.5.12/ollama-windows-arm64.zip",
|
|
"hash": "6d17bae91988d54a2747038aa179b3b6c3217c5e3ad815c1e086f3f646cfab43"
|
|
}
|
|
},
|
|
"bin": "ollama.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/ollama/ollama"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ollama/ollama/releases/download/v$version/ollama-windows-amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ollama/ollama/releases/download/v$version/ollama-windows-arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/sha256sum.txt"
|
|
}
|
|
}
|
|
}
|