mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-07 17:07:23 +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.7",
|
|
"url": "https://github.com/oracle/visualvm/releases/download/2.1.7/visualvm_217.zip",
|
|
"hash": "9af1e0e3f33fb35ae69b89a2f87e9af26dc5a91a45dc50068ef2ab9790867f33",
|
|
"extract_dir": "visualvm_217",
|
|
"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"
|
|
}
|
|
}
|