mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
935 B
JSON
25 lines
935 B
JSON
{
|
|
"version": "2.3.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.3.0/interactive-rebase-tool.exe",
|
|
"hash": "e3c2603e8d5b564e14bfb243514b2dc4eccf7c593a8ba7290af56e2fc9d8ef3d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|