mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 06:24:27 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.5.12",
|
|
"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.5.12/glitter-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c13392b066d9a81e790a19a821393002215c399010527ea14c805bf1a18cde7e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Milo123459/glitter/releases/download/v1.5.12/glitter-i686-pc-windows-msvc.zip",
|
|
"hash": "4e3a4812ea491843d1a48f9d3e726fc06dfc1b461e4cc385aa2065a72888b570"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|