mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.3.9",
|
|
"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.9/glitter-x86_64-pc-windows-msvc.zip",
|
|
"hash": "edc508abc9b4e76f8749678860befa97a279bea4f6b7557f03faf9adfa832730"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Milo123459/glitter/releases/download/v1.3.9/glitter-i686-pc-windows-msvc.zip",
|
|
"hash": "7637a580119f6f40a84d89a86f876008c2ce0e15eab5922109f9f99a4516873a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|