mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-02 18:14:49 +00:00
gobang: Add version 0.1.0-alpha.5 (#2708)
* gobang: Add version 0.1.0-alpha.5 * Update bucket/gobang.json Co-authored-by: Issac Lin <issaclin32@gmail.com> * Update bucket/gobang.json Co-authored-by: Issac Lin <issaclin32@gmail.com> * Update bucket/gobang.json Co-authored-by: Issac Lin <issaclin32@gmail.com> Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
c62987b454
commit
bc221dd1a6
26
bucket/gobang.json
Normal file
26
bucket/gobang.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": "0.1.0-alpha.5",
|
||||
"description": "A cross-platform TUI database management tool written in Rust",
|
||||
"homepage": "https://github.com/TaKO8Ki/gobang",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/TaKO8Ki/gobang/releases/download/v0.1.0-alpha.5/gobang-0.1.0-alpha.5-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "4fb7d76776cc778e047b25eb460cdf76745642b937efa07737d0ee077b4541a5",
|
||||
"extract_dir": "gobang-0.1.0-alpha.5-x86_64-pc-windows-msvc"
|
||||
}
|
||||
},
|
||||
"bin": "gobang.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/TaKO8Ki/gobang",
|
||||
"regex": "download/v([\\w.-]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/TaKO8Ki/gobang/releases/download/v$version/gobang-$version-x86_64-pc-windows-msvc.zip",
|
||||
"extract_dir": "gobang-$version-x86_64-pc-windows-msvc"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user