2024-11-13 12:31:52 +00:00

17 lines
662 B
JSON

{
"version": "4.0.3",
"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-4.0.3/arthas-bin.zip",
"hash": "589635bd06c829f6cd9e8a4497e65465eff652e4d06fe056ea13c2eba8dfa5f1",
"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"
}
}