git-interactive-rebase-tool: Update to version 1.0.0 (#95)

This commit is contained in:
Brandon Smith 2019-05-27 12:19:37 -04:00 committed by GitHub
parent d2f59aa45e
commit 842cac8aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,11 @@
{ {
"homepage": "https://gitrebasetool.mitmaro.ca/", "homepage": "https://gitrebasetool.mitmaro.ca/",
"version": "0.7.0", "version": "1.0.0",
"license": "ISC", "license": "GPL-3.0",
"architecture": { "architecture": {
"32bit": {
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/0.7.0/git-interactive-rebase-tool-0.7.0-i686-pc-windows-msvc.zip",
"hash": "3d0e7e33c03929052830aefb40fdde1644e3cbb72b82c3a54b4308e197949a73"
},
"64bit": { "64bit": {
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/0.7.0/git-interactive-rebase-tool-0.7.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/1.0.0/git-interactive-rebase-tool-1.0.0-x86_64-pc-windows-msvc.zip",
"hash": "158d5f5d0549da0d576d3d760c515f6e7c96be5dd451dd312f4090ad0ee5d269" "hash": "e89285a49d5bb8dcecb156b981f83260d5117cd4279719f3fb534351593ef872"
} }
}, },
"bin": "interactive-rebase-tool.exe", "bin": "interactive-rebase-tool.exe",
@ -19,9 +15,6 @@
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"32bit": {
"url": "https://github.com/MitMaro/git-interactive-rebase-tool/releases/download/$version/git-interactive-rebase-tool-$version-i686-pc-windows-msvc.zip"
},
"64bit": { "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/git-interactive-rebase-tool-$version-x86_64-pc-windows-msvc.zip"
} }