Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add KNIME Analytics Platform #1127

Merged
merged 3 commits into from Aug 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"
]
]
}