diff --git a/bucket/aliyun.json b/bucket/aliyun.json new file mode 100644 index 0000000000..7e4e72eb62 --- /dev/null +++ b/bucket/aliyun.json @@ -0,0 +1,21 @@ +{ + "description": "Manage and use Alibaba Cloud resources.", + "homepage": "https://github.com/aliyun/aliyun-cli", + "version": "3.0.25", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/aliyun/aliyun-cli/releases/download/v3.0.25/aliyun-cli-windows-3.0.25-amd64.zip", + "hash": "9e77892e499cc8e9fbe9e48ac1f05fbe09f76a7e38b0bf47308cbaf0dcbf5854" + } + }, + "bin": "aliyun.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/aliyun/aliyun-cli/releases/download/v$version/aliyun-cli-windows-$version-amd64.zip" + } + } + } +}