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:
Takayuki Maeda 2021-09-25 15:35:31 +09:00 committed by GitHub
parent c62987b454
commit bc221dd1a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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