ScoopInstaller_Main/bucket/git-interactive-rebase-tool.json
linsui 0f8c4b09fe Fix ~156 license tags (#272)
* Fix 150 license

* Update

* Update

* Update cockroachdb.json

See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and
https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt

* Apply new rule

* Change to unknown

* Update tup.json

* fix radare2

* Some fix

* Some fix

* Fix sliksvn

* Fix sliksvn

* Update imagemagick.json
2019-08-02 07:28:29 -07:00

24 lines
948 B
JSON

{
"homepage": "https://gitrebasetool.mitmaro.ca/",
"version": "1.0.0",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"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": "e89285a49d5bb8dcecb156b981f83260d5117cd4279719f3fb534351593ef872"
}
},
"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"
}
}
}
}