mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 06:05:14 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "0.4.0",
|
|
"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.4.0/ollama-windows-amd64.zip",
|
|
"hash": "6af3c9088445ccd2fd943a9ee4cd2920bb0b6c7eb06a4f6d7390b0b1db0cefae"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ollama/ollama/releases/download/v0.4.0/ollama-windows-arm64.zip",
|
|
"hash": "9375a1f4e02c6ade73cf44ed81eecd7f6e3ade30aee59dff4b7e2b22c8c22c83"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|