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

32 lines
988 B
JSON

{
"description": "A Dependently Typed Functional Programming Language",
"homepage": "https://www.idris-lang.org/",
"version": "1.3.2",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://neon.se/idris/idris-1.3.2-win64.7z",
"hash": "e5ea33ee90fb34d0261d9e35b63c85a6909060932212ca309293a9d4e25edb76"
},
"32bit": {
"url": "https://neon.se/idris/idris-1.3.2-win32.7z",
"hash": "595363cc897f1ee8463f009456aecc2ed6b9a0b32c8eb5beb3b7ec9dba6f579e"
}
},
"bin": "idris\\idris.exe",
"checkver": {
"url": "https://neon.se/idris.html",
"re": "idris-([\\d.]+)-win"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://neon.se/idris/idris-$version-win64.7z"
},
"32bit": {
"url": "https://neon.se/idris/idris-$version-win32.7z"
}
}
}
}