mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-11 11:51:19 +08:00
28 lines
798 B
JSON
28 lines
798 B
JSON
{
|
|
"homepage": "https://visualvm.github.io/",
|
|
"license": "https://visualvm.github.io/gplv2+ce.html",
|
|
"version": "2.0.7",
|
|
"url": "https://github.com/oracle/visualvm/releases/download/2.0.7/visualvm_207.zip",
|
|
"hash": "7247bb703483f21a1dbe0ff045553b0234a1e94cc1136ab2a0ea88a1478de4e8",
|
|
"extract_dir": "visualvm_207",
|
|
"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"
|
|
}
|
|
}
|