ScoopInstaller_Main/bucket/git-interactive-rebase-tool.json

25 lines
1007 B
JSON

{
"homepage": "https://gitrebasetool.mitmaro.ca/",
"description": "An improved sequence editor for Git.",
"version": "1.2.0",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/1.2.0/git-interactive-rebase-tool-1.2.0-x86_64-pc-windows-msvc.zip",
"hash": "22407007bb3cd7b12d28cd93d495636aa151d5d47dff0f8fb77faecc027b053e"
}
},
"bin": "interactive-rebase-tool.exe",
"notes": "Run 'git config --global sequence.editor interactive-rebase-tool' to configure as your rebase tool.",
"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/git-interactive-rebase-tool-$version-x86_64-pc-windows-msvc.zip"
}
}
}
}