mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
glitter: Add version 1.0.0 (#1856)
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
This commit is contained in:
parent
8432d83ff3
commit
1b38778aee
31
bucket/glitter.json
Normal file
31
bucket/glitter.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": "1.0.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.0.0/glitter-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "e2d0c4c2d3db67670f85bcf07d61ed2c89c22c1757d3444e25a8b7d9fdf10ee0"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/Milo123459/glitter/releases/download/v1.0.0/glitter-i686-pc-windows-msvc.zip",
|
||||
"hash": "8219e33941feb8c858e72d17b4d9e62fb7920e3dd698686434690a7caf7cbe8f"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user