{
    "version": "0.23.1",
    "description": "Get up and running with large language models locally.",
    "homepage": "https://ollama.com/",
    "license": "MIT",
    "url": "https://github.com/ollama/ollama/releases/download/v0.23.1/OllamaSetup.exe",
    "hash": "712100032e0717906550d9b618a501d7fa126a399389649ab192f73c4a7cab83",
    "architecture": {
        "64bit": {
            "pre_install": [
                "Get-ChildItem \"$dir\\*,1.*\" -Recurse | Rename-Item -NewName { $_.Name -replace ',1\\.', '.' }",
                "Get-ChildItem \"$dir\\*,2.*\" -Recurse | Remove-Item"
            ]
        },
        "arm64": {
            "pre_install": [
                "Get-ChildItem \"$dir\\*,2.*\" -Recurse | Rename-Item -NewName { $_.Name -replace ',2\\.', '.' }",
                "Get-ChildItem \"$dir\\*,1.*\" -Recurse | Remove-Item"
            ]
        }
    },
    "innosetup": true,
    "bin": "ollama.exe",
    "shortcuts": [
        [
            "ollama app.exe",
            "Ollama",
            "",
            "app.ico"
        ]
    ],
    "checkver": {
        "github": "https://github.com/ollama/ollama"
    },
    "autoupdate": {
        "url": "https://github.com/ollama/ollama/releases/download/v$version/OllamaSetup.exe",
        "hash": {
            "url": "$baseurl/sha256sum.txt"
        }
    }
}
