cdgeass 8100ea6e62
arthas: Add version 3.5.4 (#2687)
* Add alibaba arthas

* Add a new line

* Fix checkver

* Replace JSONPath with RegEx

* Update checkver
2021-10-25 18:37:55 +05:30

17 lines
662 B
JSON

{
"version": "3.5.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-3.5.4/arthas-bin.zip",
"hash": "0763be7affda0b7528c91299e1131e38d1ed75a23812ccf5915c708be451d989",
"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"
}
}