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

33 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/apex/up",
"license": "GPL-3.0-only",
"version": "1.3.0",
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v1.3.0/up_1.3.0_windows_amd64.tar.gz",
"hash": "0461513365c014023cee1c49c5feef8d3063a8b6c7437acfec57f51cd953e0f2"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v1.3.0/up_1.3.0_windows_386.tar.gz",
"hash": "a4f8e5f1d19024e9b7c79edd5f902b5aab0b9d523550307d7d891230b196c13d"
}
},
"bin": "up.exe",
"checkver": {
"github": "https://github.com/apex/up"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/apex/up/releases/download/v$version/up_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/apex/up/releases/download/v$version/up_$version_windows_386.tar.gz"
}
},
"hash": {
"url": "$baseurl/up_$version_checksums.txt"
}
}
}