git-interactive-rebase-tool: Update to version 2.0.0

This commit is contained in:
Jakub Čábera 2021-04-01 01:08:01 +02:00
parent e625335e91
commit 18c363abb8

View File

@ -1,23 +1,23 @@
{
"version": "1.2.1",
"description": "An improved sequence editor for Git.",
"homepage": "https://gitrebasetool.mitmaro.ca/",
"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/1.2.1/git-interactive-rebase-tool-1.2.1-x86_64-pc-windows-msvc.zip",
"hash": "4a927e50b8f1d00ee61139b7a827dc24845eaf2ed31a1ef9940b675098bb084f"
"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/"
"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"
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/$version/interactive-rebase-tool.exe"
}
}
}