diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d49ba73480..fb967a6327 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,4 +2,4 @@ files = Cargo.toml README.md openwrt/aliyundrive-webdav/Makefile openwrt/luci-app-aliyundrive-webdav/Makefile merlin/config.json.js snap/snapcraft.yaml commit = False tag = False -current_version = 1.6.0 +current_version = 1.6.1 diff --git a/Cargo.lock b/Cargo.lock index e22badf738..dbb6dcc0d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "aliyundrive-webdav" -version = "1.6.0" +version = "1.6.1" dependencies = [ "anyhow", "base64", @@ -425,9 +425,9 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8" +checksum = "5999502d32b9c48d492abe66392408144895020ec4709e549e840799f3bb74c0" dependencies = [ "generic-array", "typenum", diff --git a/Cargo.toml b/Cargo.toml index 8ffbf0f3cf..910312485e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aliyundrive-webdav" -version = "1.6.0" +version = "1.6.1" edition = "2021" description = "WebDAV server for AliyunDrive" license = "MIT" diff --git a/README.md b/README.md index 699e3fcf8e..d16f1f82eb 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,12 @@ sudo snap install aliyundrive-webdav aarch64/arm/mipsel/x86_64/i686 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例: ```bash -wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.6.0/aliyundrive-webdav_1.6.0-1_aarch64_generic.ipk -wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.6.0/luci-app-aliyundrive-webdav_1.6.0_all.ipk -wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.6.0/luci-i18n-aliyundrive-webdav-zh-cn_1.6.0-1_all.ipk -opkg install aliyundrive-webdav_1.6.0-1_aarch64_generic.ipk -opkg install luci-app-aliyundrive-webdav_1.6.0_all.ipk -opkg install luci-i18n-aliyundrive-webdav-zh-cn_1.6.0-1_all.ipk +wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.6.1/aliyundrive-webdav_1.6.1-1_aarch64_generic.ipk +wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.6.1/luci-app-aliyundrive-webdav_1.6.1_all.ipk +wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.6.1/luci-i18n-aliyundrive-webdav-zh-cn_1.6.1-1_all.ipk +opkg install aliyundrive-webdav_1.6.1-1_aarch64_generic.ipk +opkg install luci-app-aliyundrive-webdav_1.6.1_all.ipk +opkg install luci-i18n-aliyundrive-webdav-zh-cn_1.6.1-1_all.ipk ``` 其它 CPU 架构的路由器可在 [GitHub Releases](https://github.com/messense/aliyundrive-webdav/releases) 页面中查找对应的架构的主程序 ipk 文件下载安装, 常见 @@ -120,7 +120,7 @@ services: ```bash $ aliyundrive-webdav --help -aliyundrive-webdav 1.6.0 +aliyundrive-webdav 1.6.1 WebDAV server for AliyunDrive USAGE: diff --git a/merlin/config.json.js b/merlin/config.json.js index 4a28542a00..6783ffe3c1 100644 --- a/merlin/config.json.js +++ b/merlin/config.json.js @@ -4,5 +4,5 @@ "md5": "c0bac93db83f87293a1e4efb7aa5a97c", "module": "aliyundrivewebdav", "title": "阿里云盘 WebDAV", - "version": "1.6.0" + "version": "1.6.1" } diff --git a/openwrt/aliyundrive-webdav/Makefile b/openwrt/aliyundrive-webdav/Makefile index 50b731e035..16b6832cbd 100644 --- a/openwrt/aliyundrive-webdav/Makefile +++ b/openwrt/aliyundrive-webdav/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aliyundrive-webdav -PKG_VERSION:=1.6.0 +PKG_VERSION:=1.6.1 PKG_RELEASE:=$(AUTORELEASE) PKG_LICENSE:=MIT diff --git a/openwrt/luci-app-aliyundrive-webdav/Makefile b/openwrt/luci-app-aliyundrive-webdav/Makefile index 5416e218c4..9b624da7c6 100644 --- a/openwrt/luci-app-aliyundrive-webdav/Makefile +++ b/openwrt/luci-app-aliyundrive-webdav/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-aliyundrive-webdav -PKG_VERSION:=1.6.0 +PKG_VERSION:=1.6.1 PKG_RELEASE:=1 PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 82034c3306..24f722d575 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: aliyundrive-webdav -version: '1.6.0' +version: '1.6.1' summary: 阿里云盘 WebDAV description: | 阿里云盘 WebDAV 服务