mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
16 lines
545 B
JSON
16 lines
545 B
JSON
{
|
|
"version": "0.11.0",
|
|
"description": "Terminal client for Git",
|
|
"homepage": "https://github.com/extrawurst/gitui",
|
|
"license": "MIT",
|
|
"depends": "git",
|
|
"url": "https://github.com/extrawurst/gitui/releases/download/v0.11.0/gitui-win.tar.gz",
|
|
"hash": "08ceab5041ac4052807127ab3ad76437b84093d64d30fa98f9103ca42ebf868c",
|
|
"extract_dir": ".",
|
|
"bin": "gitui.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/extrawurst/gitui/releases/download/v$version/gitui-win.tar.gz"
|
|
}
|
|
}
|