mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
mods: Add version 0.2.0 (#5002)
* mods: Add version 0.2.0 * Separate architectures
This commit is contained in:
parent
7801799d05
commit
7964f3e898
31
bucket/mods.json
Normal file
31
bucket/mods.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": "0.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/v0.2.0/mods_Windows_x86_64.zip",
|
||||
"hash": "4712e6894c9a4fc2e7c3ff12431705e2b89b7385becf20d22f2c45a0bf530bea"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/charmbracelet/mods/releases/download/v0.2.0/mods_Windows_i386.zip",
|
||||
"hash": "e0217f611fba934990081840eafc9c1560091a88b05460e794ea1940c4509f3e"
|
||||
}
|
||||
},
|
||||
"bin": "mods.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/charmbracelet/mods/releases/download/v$version/mods_Windows_x86_64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/charmbracelet/mods/releases/download/v$version/mods_Windows_i386.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user