mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 13:24:39 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "0.16.3",
|
|
"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.16.3/ollama-windows-amd64.zip",
|
|
"hash": "2c8a8a324334f0b9abcf38e00d1f3373c9a45b22a62a58018ec66ad6b8428272"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ollama/ollama/releases/download/v0.16.3/ollama-windows-arm64.zip",
|
|
"hash": "34bd0c8dd9f2b8185bdf4e921b5e8c373de3e52ae44a40c6e9f481f3d366883b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|