gitui: Add version 0.8.1 (#1256)

This commit is contained in:
TheRandomLabs 2020-07-09 18:50:19 +10:00 committed by GitHub
parent 553c8b6068
commit 5407cc5e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
bucket/gitui.json Normal file
View File

@ -0,0 +1,15 @@
{
"version": "0.8.1",
"description": "Terminal client for Git",
"homepage": "https://github.com/extrawurst/gitui",
"license": "MIT",
"depends": "git",
"url": "https://github.com/extrawurst/gitui/releases/download/v0.8.1/gitui-win.tar.gz",
"hash": "42849cd9ffa4fb71dd97826f8e70b510ba85758fb51593a432dbb383a2c70783",
"extract_dir": ".",
"bin": "gitui.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/extrawurst/gitui/releases/download/v$version/gitui-win.tar.gz"
}
}