2023-05-10 04:27:51 +00:00

17 lines
662 B
JSON

{
"version": "3.6.9",
"description": "Arthas is a Java Diagnostic tool open sourced by Alibaba.",
"homepage": "https://github.com/alibaba/arthas",
"license": "Apache-2.0",
"url": "https://github.com/alibaba/arthas/releases/download/arthas-all-3.6.9/arthas-bin.zip",
"hash": "b084ade089ce497995017a7cb01dbb9cbf3e3f7b50cdcdacff5911c886ba3a46",
"bin": "arthas-boot.jar",
"checkver": {
"github": "https://github.com/alibaba/arthas",
"regex": "/releases/tag/arthas-all-([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/alibaba/arthas/releases/download/arthas-all-$version/arthas-bin.zip"
}
}