mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
* mods: Adjust manifest to new release scheme * mods: Hash fix * mods: Add arm64 architecture variant * mods: Fix arm64 architecture autoupdate Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.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.0.0/mods_1.0.0_Windows_x86_64.zip",
|
|
"hash": "b0877e8c291da1e046ce87b768d6f34e984958e2719a3187087da1568edc7dcc"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/charmbracelet/mods/releases/download/v1.0.0/mods_1.0.0_Windows_arm64.zip",
|
|
"hash": "f686a2ae2748f9037b6e4cedb7fad71d4416a58523fa70758c07afd476b9e315"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|