mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-03 09:39:21 +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.1.4",
|
|
"url": "https://github.com/oracle/visualvm/releases/download/2.1.4/visualvm_214.zip",
|
|
"hash": "bf6c116fd868f8c6f15af3f6e9b5454f21cfffd7a5ecfbb6c653e278ac400f7d",
|
|
"extract_dir": "visualvm_214",
|
|
"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"
|
|
}
|
|
}
|