mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
16 lines
543 B
JSON
16 lines
543 B
JSON
{
|
|
"version": "0.9.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.9.1/gitui-win.tar.gz",
|
|
"hash": "d5c2dd5a3c05dc0cc1e880ce7d8f3375e6def340fcb49d6cf621e438c8b05133",
|
|
"extract_dir": ".",
|
|
"bin": "gitui.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/extrawurst/gitui/releases/download/v$version/gitui-win.tar.gz"
|
|
}
|
|
}
|