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

47 lines
1.4 KiB
JSON

{
"homepage": "https://neovim.io/",
"version": "0.3.8",
"description": "Vim-fork focused on extensibility and usability",
"license": {
"identifier": "Apache-2.0,Vim",
"url": "https://github.com/neovim/neovim/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.8/nvim-win64.zip",
"hash": "51999d80ee2f7bd67b274302063eef4d997a0b1a29868049d12541ebe68941dc"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.3.8/nvim-win32.zip",
"hash": "625aa75cbed8fc25090d178174f08d35934e830f0d16cc23418d05ddd25e4716"
}
},
"extract_dir": "Neovim",
"bin": [
"bin\\nvim.exe",
"bin\\nvim-qt.exe"
],
"shortcuts": [
[
"bin\\nvim-qt.exe",
"Neovim"
]
],
"checkver": {
"github": "https://github.com/neovim/neovim"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win64.zip"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win32.zip"
}
}
},
"suggest": {
"vcredist": "extras/vcredist2015"
}
}