ScoopInstaller_Main/bucket/git-interactive-rebase-tool.json
2022-10-14 00:45:23 +00:00

25 lines
935 B
JSON

{
"version": "2.2.1",
"description": "An improved sequence editor for Git",
"homepage": "https://gitrebasetool.mitmaro.ca",
"license": "GPL-3.0-only",
"notes": "Run 'git config --global sequence.editor interactive-rebase-tool' to configure as your rebase tool.",
"architecture": {
"64bit": {
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/2.2.1/interactive-rebase-tool.exe",
"hash": "75a316fbe2ea9ca62da3dee6cdd5a3700a132e80ebac0997b492155d62469599"
}
},
"bin": "interactive-rebase-tool.exe",
"checkver": {
"github": "https://github.com/MitMaro/git-interactive-rebase-tool"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/$version/interactive-rebase-tool.exe"
}
}
}
}