mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* Add alibaba arthas * Add a new line * Fix checkver * Replace JSONPath with RegEx * Update checkver
17 lines
662 B
JSON
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"
|
|
}
|
|
}
|