Java/bucket/visualvm.json
2022-04-19 16:26:40 +02:00

28 lines
798 B
JSON

{
"homepage": "https://visualvm.github.io/",
"license": "https://visualvm.github.io/gplv2+ce.html",
"version": "2.1.3",
"url": "https://github.com/oracle/visualvm/releases/download/2.1.3/visualvm_213.zip",
"hash": "3f3388bf61718defdde12d000e2ffd744399eb35fe58f9ee9fc2496901f5e73e",
"extract_dir": "visualvm_213",
"bin": [
[
"bin\\visualvm.exe",
"visualvm"
]
],
"shortcuts": [
[
"bin\\visualvm.exe",
"VisualVM"
]
],
"checkver": {
"github": "https://github.com/oracle/visualvm"
},
"autoupdate": {
"url": "https://github.com/oracle/visualvm/releases/download/$version/visualvm_$cleanVersion.zip",
"extract_dir": "visualvm_$cleanVersion"
}
}