Skip to content

Commit

Permalink
Add KNIME Analytics Platform (#1127)
Browse files Browse the repository at this point in the history
* Add KNIME Analytics Platform

https://www.knime.com/knime-software/knime-analytics-platform

* Fix JSON syntax error

Missing comma after 'description'

* Fix leading whitespace
  • Loading branch information
xeijin authored and rasa committed Aug 13, 2018
1 parent 1253040 commit 26113c7
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions knime.json
@@ -0,0 +1,48 @@
{
"homepage": "https://www.knime.com/",
"description": "KNIME Analytics Platform is the open source software for creating data science applications and services. Intuitive, open, and continuously integrating new developments, KNIME makes understanding data and designing data science workflows and reusable components accessible to everyone.",
"license": {
"identifier": "GPL-3.0-or-later",
"url": "https://www.knime.com/downloads/full-license"
},
"version": "3.6.0",
"architecture": {
"64bit": {
"url": "https://download.knime.org/analytics-platform/win/knime_3.6.0.win32.win32.x86_64.zip",
"hash": "87b0992caf7d159dfc94bcd7ad5e47bd6aac3bda34761284eed6624273890c1b"
},
"32bit": {
"url": "https://download.knime.org/analytics-platform/win/knime_3.6.0.win32.win32.x86.zip",
"hash": "ae57bdbe71311ae70e027dece9ca26393a6b1c9135d18d790b773275042208ce"
}
},
"extract_dir": "knime_3.6.0",
"bin": [
[
"knime.exe",
"knime"
]
],
"checkver": {
"url": "https://www.knime.com/downloads/download-knime",
"re": "KNIME (\\d+\\.\\d+\\.\\d+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.knime.org/analytics-platform/win/knime_$version.win32.win32.x86_64.zip",
"extract_dir": "knime_$version"
},
"32bit": {
"url": "https://download.knime.org/analytics-platform/win/knime_$version.win32.win32.x86.zip",
"extract_dir": "knime_$version"
}
}
},
"shortcuts": [
[
"knime.exe",
"KNIME Analytics Platform"
]
]
}

0 comments on commit 26113c7

Please sign in to comment.