mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "0.12.1",
|
|
"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.12.1/ollama-windows-amd64.zip",
|
|
"hash": "530d98932bb39af560b9ad4106cbe145aa0a55b72cec57d0dc4b5cdd13fafbab"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ollama/ollama/releases/download/v0.12.1/ollama-windows-arm64.zip",
|
|
"hash": "1c05a8fb72b0e110807c67230c3b5a694c390da842df919ea7d922354077272a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|