glitter: Add version 1.0.0 (#1856)

Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
This commit is contained in:
Milo 2021-02-23 12:49:00 +00:00 committed by GitHub
parent 8432d83ff3
commit 1b38778aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/glitter.json Normal file
View 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"
}
}
}