mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.3.10",
|
|
"description": "Git tooling of the future",
|
|
"homepage": "https://github.com/Milo123459/glitter",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Milo123459/glitter/releases/download/v1.3.10/glitter-x86_64-pc-windows-msvc.zip",
|
|
"hash": "24028f27e32e98b6afd50889e0e9e0a282d06f597ec82a8c92c3615bcd318291"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Milo123459/glitter/releases/download/v1.3.10/glitter-i686-pc-windows-msvc.zip",
|
|
"hash": "043beb9e6b26468a49e7ac92e30a29797096a6611ccd3287aaa26180c063416b"
|
|
}
|
|
},
|
|
"bin": "glitter.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Milo123459/glitter/releases/download/v$version/glitter-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Milo123459/glitter/releases/download/v$version/glitter-i686-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|