File tree Expand file tree Collapse file tree 8 files changed +61
-96
lines changed
luci-app-aliyundrive-webdav Expand file tree Collapse file tree 8 files changed +61
-96
lines changed Original file line number Diff line number Diff line change 22files = Cargo.toml README.md openwrt/aliyundrive-webdav/Makefile openwrt/luci-app-aliyundrive-webdav/Makefile merlin/config.json.js snap/snapcraft.yaml
33commit = False
44tag = False
5- current_version = 1.3.2
5+ current_version = 1.3.3
Original file line number Diff line number Diff line change 11[package ]
22name = " aliyundrive-webdav"
3- version = " 1.3.2 "
3+ version = " 1.3.3 "
44edition = " 2021"
55description = " WebDAV server for AliyunDrive"
66license = " MIT"
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ sudo snap install aliyundrive-webdav
3939aarch64/arm/mipsel/x86_64/i686 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例:
4040
4141``` bash
42- wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.3.2 /aliyundrive-webdav_1.3.2 -1_aarch64_generic.ipk
43- wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.3.2 /luci-app-aliyundrive-webdav_1.3.2_all .ipk
44- wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.3.2 /luci-i18n-aliyundrive-webdav-zh-cn_1.3.2 -1_all.ipk
45- opkg install aliyundrive-webdav_1.3.2 -1_aarch64_generic.ipk
46- opkg install luci-app-aliyundrive-webdav_1.3.2_all .ipk
47- opkg install luci-i18n-aliyundrive-webdav-zh-cn_1.3.2 -1_all.ipk
42+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.3.3 /aliyundrive-webdav_1.3.3 -1_aarch64_generic.ipk
43+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.3.3 /luci-app-aliyundrive-webdav_1.3.3_all .ipk
44+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.3.3 /luci-i18n-aliyundrive-webdav-zh-cn_1.3.3 -1_all.ipk
45+ opkg install aliyundrive-webdav_1.3.3 -1_aarch64_generic.ipk
46+ opkg install luci-app-aliyundrive-webdav_1.3.3_all .ipk
47+ opkg install luci-i18n-aliyundrive-webdav-zh-cn_1.3.3 -1_all.ipk
4848```
4949
5050其它 CPU 架构的路由器可在 [ GitHub Releases] ( https://github.com/messense/aliyundrive-webdav/releases ) 页面中查找对应的架构的主程序 ipk 文件下载安装, 常见
@@ -120,7 +120,7 @@ services:
120120
121121` ` ` bash
122122$ aliyundrive-webdav --help
123- aliyundrive-webdav 1.3.2
123+ aliyundrive-webdav 1.3.3
124124
125125USAGE:
126126 aliyundrive-webdav [OPTIONS]
Original file line number Diff line number Diff line change 44 "md5" : "c0bac93db83f87293a1e4efb7aa5a97c" ,
55 "module" : "aliyundrivewebdav" ,
66 "title" : "阿里云盘 WebDAV" ,
7- "version" : "1.3.2 "
7+ "version" : "1.3.3 "
88}
You can’t perform that action at this time.
0 commit comments