2024-01-23 20:24:49 +00:00

32 lines
1.1 KiB
JSON

{
"version": "1.2.0",
"description": "AI for the command line, built for pipelines.",
"homepage": "https://github.com/charmbracelet/mods",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/charmbracelet/mods/releases/download/v1.2.0/mods_1.2.0_Windows_x86_64.zip",
"hash": "e4ece7289588dcd4b795a40c75537364955a5a5e07b234d035a0eb885d1cde77"
},
"arm64": {
"url": "https://github.com/charmbracelet/mods/releases/download/v1.2.0/mods_1.2.0_Windows_arm64.zip",
"hash": "2f9c0edc02f1d3eafe366ea5ed4c9790c1ba301d8cd8f3e158835e8411b2855e"
}
},
"bin": "mods.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/charmbracelet/mods/releases/download/v$version/mods_$version_Windows_x86_64.zip"
},
"arm64": {
"url": "https://github.com/charmbracelet/mods/releases/download/v$version/mods_$version_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}