mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-27 14:05:15 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.1.0",
|
|
"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.1.0/glitter-x86_64-pc-windows-msvc.zip",
|
|
"hash": "6f3e9201bf34b069b59ef81ffb2edf9c42dc6eb704e1e89d62464247d8d1304c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Milo123459/glitter/releases/download/v1.1.0/glitter-i686-pc-windows-msvc.zip",
|
|
"hash": "4617f37575402a88c8556130e7d8ac1fc3b5587dc175d68eb1a7aa8d1554a8ed"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|