mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.10.1",
|
|
"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.1/git-bug_windows_amd64.exe#/git-bug.exe",
|
|
"hash": "3f28cea2997388c4b77bc540f53f0f71c023ed5c254a9c602d6cc6d01d21fb93"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-bug/git-bug/releases/download/v0.10.1/git-bug_windows_386.exe#/git-bug.exe",
|
|
"hash": "4be7c6c7675fa468bb42f6a21dba9c049228d8cd6c31b9052f35e2285c045f04"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|