2022-06-01 12:33:10 +00:00

17 lines
662 B
JSON

{
"version": "3.6.2",
"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.2/arthas-bin.zip",
"hash": "9f7b578c1768aed5b1f9e35f15feff0c316c54e69ffc1647bfa5c8cc6a02758c",
"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"
}
}