ScoopInstaller_Main/bucket/git-interactive-rebase-tool.json
2021-04-01 01:08:01 +02:00

25 lines
935 B
JSON

{
"version": "2.0.0",
"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.0.0/interactive-rebase-tool.exe",
"hash": "674ba3847b8eaba667687bdf2af4e7098095f7d12741a97b5983b77276957d4c"
}
},
"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"
}
}
}
}