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

48 lines
1.9 KiB
JSON

{
"homepage": "https://www.r-project.org",
"version": "3.6.1",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://cran.rstudio.com/bin/windows/base/R-3.6.1-win.exe",
"hash": "8019bdc376ed22c657b2441d15f2b9c6f9507fbffe896534fc2d364021f1c930",
"pre_install": "copy-item -recurse \"$dir\\bin\\x64\" \"$dir\\bin\\curr_arch\""
},
"32bit": {
"url": "https://cran.rstudio.com/bin/windows/base/R-3.6.1-win.exe",
"hash": "8019bdc376ed22c657b2441d15f2b9c6f9507fbffe896534fc2d364021f1c930",
"pre_install": "copy-item -recurse \"$dir\\bin\\i386\" \"$dir\\bin\\curr_arch\""
}
},
"innosetup": true,
"bin": [
"bin\\curr_arch\\r.exe",
"bin\\curr_arch\\rterm.exe",
"bin\\curr_arch\\rscript.exe"
],
"notes": [
"You'll need to type 'r.ps1' or 'r.cmd' to run R, because in Powershell 'r' runs the last command. Alternatively 'rterm' can be used to start the interactive R terminal session.",
"",
"You can remove Powershell's 'r' command with:",
" rm alias:\\r",
"",
"... but this only affects your current session: if you'd like to remove it for all future sessions you need to add the command above to your Powershell profile.",
"",
"Annoying, right?! You might want to check out Pshazz (scoop install pshazz)--this has a plugin to remove some crazy aliases from Powershell, as well as many other improvements."
],
"checkver": {
"url": "https://cran.rstudio.com/bin/windows/base/",
"re": "<h1>R-([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cran.rstudio.com/bin/windows/base/R-$version-win.exe"
},
"32bit": {
"url": "https://cran.rstudio.com/bin/windows/base/R-$version-win.exe"
}
}
}
}