mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.10.0",
|
|
"description": "Distributed, offline-first bug tracker embedded in git, with bridges",
|
|
"homepage": "https://github.com/git-bug/git-bug",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/git-bug/git-bug/releases/download/v0.10.0/git-bug_windows_amd64.exe#/git-bug.exe",
|
|
"hash": "9fc0cdc378718d7bb9d41f914e0e5426a157d3865716dafc31a1e4e9851e7375"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-bug/git-bug/releases/download/v0.10.0/git-bug_windows_386.exe#/git-bug.exe",
|
|
"hash": "28d50d64c0753beb5f04545f41a3b1919a305a78cdee4c4da769591915b3ca68"
|
|
}
|
|
},
|
|
"bin": "git-bug.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/git-bug/git-bug/releases/download/v$version/git-bug_windows_amd64.exe#/git-bug.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-bug/git-bug/releases/download/v$version/git-bug_windows_386.exe#/git-bug.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|