diff options
| author | Bruce Chen | 2026-02-05 05:59:30 +0000 |
|---|---|---|
| committer | George Sapkin | 2026-02-06 09:28:50 +0000 |
| commit | 703a057ed37d42ba30ea683971c06108cb9e2d0d (patch) | |
| tree | bb7af0037a536418d932d3de986a307024377375 | |
| parent | 0666df9e6970553353ab7f802b99d158e9653bbc (diff) | |
| download | packages-703a057ed37d42ba30ea683971c06108cb9e2d0d.tar.gz | |
aliyun-cli: update to 3.2.9
Changelog:
https://github.com/aliyun/aliyun-cli/releases/tag/v3.2.9
Signed-off-by: Bruce Chen <a805899926@gmail.com>
| -rw-r--r-- | utils/aliyun-cli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/aliyun-cli/Makefile b/utils/aliyun-cli/Makefile index f1e3d1d572..4ec0a88152 100644 --- a/utils/aliyun-cli/Makefile +++ b/utils/aliyun-cli/Makefile @@ -3,13 +3,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aliyun-cli -PKG_VERSION:=3.0.296 +PKG_VERSION:=3.2.9 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/aliyun/aliyun-cli.git PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_MIRROR_HASH:=46eb23897d9e828f3bfd92eee1d3c485724ad05087ea69779e7654b3766582b7 +PKG_MIRROR_HASH:=cc29866f0cebc7ce1addb151bbc04ed160d63f70d98e9978e2cb1accacf27a30 PKG_LICENSE=Apache-2.0 PKG_LICENSE_FILES:=LICENSE |