mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
git-bug: Add version 0.7.2 (#2243)
* git-bug: Add version 0.7.2 * Re-organize, remove trailing comma Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
0528628942
commit
edc7b6a2d8
39
bucket/git-bug.json
Normal file
39
bucket/git-bug.json
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"version": "0.7.2",
|
||||||
|
"description": "Distributed, offline-first bug tracker embedded in git, with bridges",
|
||||||
|
"homepage": "https://github.com/MichaelMure/git-bug",
|
||||||
|
"license": "GPL-3.0-or-later",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/MichaelMure/git-bug/releases/download/v0.7.2/git-bug_windows_amd64.exe",
|
||||||
|
"hash": "1338fa28c736f0ba5fedc2a29409ef83407565da587c5c4856100913a8e5a361",
|
||||||
|
"bin": [
|
||||||
|
[
|
||||||
|
"git-bug_windows_amd64.exe",
|
||||||
|
"git-bug"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/MichaelMure/git-bug/releases/download/v0.7.2/git-bug_windows_386.exe",
|
||||||
|
"hash": "7f5bba480f1d2ad7977248c6a380974b368b460d1dd6eeccb25e870870248a40",
|
||||||
|
"bin": [
|
||||||
|
[
|
||||||
|
"git-bug_windows_386.exe",
|
||||||
|
"git-bug"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/MichaelMure/git-bug/releases/download/v$version/git-bug_windows_amd64.exe"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/MichaelMure/git-bug/releases/download/v$version/git-bug_windows_386.exe"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user