mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 19:14:48 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "0.13.5",
|
|
"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.13.5/ollama-windows-amd64.zip",
|
|
"hash": "086ca4e303ab44b232246f5d268e3b4f05e5d91856e4ac645c3e2f8268ea20a8"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ollama/ollama/releases/download/v0.13.5/ollama-windows-arm64.zip",
|
|
"hash": "a1c86e1a79ff5eb0edeaab81373c5fa16161301cca5780e0ddb10401e9639e09"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|