2024-11-20 16:30:41 +00:00

17 lines
662 B
JSON

{
"version": "4.0.4",
"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.4/arthas-bin.zip",
"hash": "923a33f58b885d7698de3c3d3ba137c4dc173b51139ccc4fde5b3d6aa215f406",
"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"
}
}