git-interactive-rebase-tool: Update to version 2.4.1 and add ARM64 builds (#6754)

This commit is contained in:
jack-mil 2025-04-22 11:16:06 -04:00 committed by GitHub
parent 41b6acbed0
commit 4e3ac1cd20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,17 @@
{ {
"version": "2.3.0", "version": "2.4.1",
"description": "An improved sequence editor for Git", "description": "An improved sequence editor for Git",
"homepage": "https://gitrebasetool.mitmaro.ca", "homepage": "https://gitrebasetool.mitmaro.ca",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"notes": "Run 'git config --global sequence.editor interactive-rebase-tool' to configure as your rebase tool.", "notes": "Run 'git config --global sequence.editor interactive-rebase-tool' to configure as your rebase tool.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/2.3.0/interactive-rebase-tool.exe", "url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/2.4.1/git-interactive-rebase-tool-2.4.1-windows-_x86_64.exe#/interactive-rebase-tool.exe",
"hash": "e3c2603e8d5b564e14bfb243514b2dc4eccf7c593a8ba7290af56e2fc9d8ef3d" "hash": "c1ed22c2fe4d6f5d642714ad0c3bdad877805680460f5ada87ecd006d4d73440"
},
"arm64": {
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/2.4.1/git-interactive-rebase-tool-2.4.1-windows-_aarch64.exe#/interactive-rebase-tool.exe",
"hash": "06453849463185e461dcc002ccfb52e3c1c5bebd61bf9853db9f9b7995cd534c"
} }
}, },
"bin": "interactive-rebase-tool.exe", "bin": "interactive-rebase-tool.exe",
@ -17,7 +21,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/$version/interactive-rebase-tool.exe" "url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/$version/git-interactive-rebase-tool-$version-windows-_x86_64.exe#/interactive-rebase-tool.exe"
},
"arm64": {
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/$version/git-interactive-rebase-tool-$version-windows-_aarch64.exe#/interactive-rebase-tool.exe"
} }
} }
} }