arthas: Add version 3.5.4 (#2687)

* Add alibaba arthas

* Add a new line

* Fix checkver

* Replace JSONPath with RegEx

* Update checkver
This commit is contained in:
cdgeass 2021-10-25 21:07:55 +08:00 committed by GitHub
parent 3c433bdcd4
commit 8100ea6e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
bucket/arthas.json Normal file
View File

@ -0,0 +1,16 @@
{
"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"
}
}