mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
16 lines
545 B
JSON
16 lines
545 B
JSON
{
|
|
"version": "0.16.2",
|
|
"description": "Terminal client for Git",
|
|
"homepage": "https://github.com/extrawurst/gitui",
|
|
"license": "MIT",
|
|
"depends": "git",
|
|
"url": "https://github.com/extrawurst/gitui/releases/download/v0.16.2/gitui-win.tar.gz",
|
|
"hash": "5da7108549f0cec62c0c64ab0a591602f423b0927dfa751522d1b769f00aa440",
|
|
"extract_dir": ".",
|
|
"bin": "gitui.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/extrawurst/gitui/releases/download/v$version/gitui-win.tar.gz"
|
|
}
|
|
}
|