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

31 lines
1.1 KiB
JSON

{
"homepage": "https://force-cli.herokuapp.com/",
"description": "Force.com CLI tool",
"version": "0.26.9",
"license": "Unknown",
"architecture": {
"64bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v0.26.9/force_windows_amd64.exe#/force.exe",
"hash": "edf118a2585ea84b7adccbff50f9e587b519425f72e0966d65c177b569b0ec42"
},
"32bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v0.26.9/force_windows_386.exe#/force.exe",
"hash": "1a493a279d8fd358e159266a1a7ae3efe060a547dee75d1434aec76ad7b579ca"
}
},
"bin": "force.exe",
"checkver": {
"github": "https://github.com/ForceCLI/force"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v$version/force_windows_amd64.exe#/force.exe"
},
"32bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v$version/force_windows_386.exe#/force.exe"
}
}
}
}