mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
16 lines
545 B
JSON
16 lines
545 B
JSON
{
|
|
"version": "0.10.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.10.1/gitui-win.tar.gz",
|
|
"hash": "4c5d6eb65bcd8b9f3ebb35bb9eddbb87f5e092eef1159e6603f9eff85b4c6bb4",
|
|
"extract_dir": ".",
|
|
"bin": "gitui.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/extrawurst/gitui/releases/download/v$version/gitui-win.tar.gz"
|
|
}
|
|
}
|