File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
luci-app-aliyundrive-webdav Expand file tree Collapse file tree 7 files changed +12
-12
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 snap/snapcraft.yaml
33commit = False
44tag = False
5- current_version = 2.3.2
5+ current_version = 2.3.3
Original file line number Diff line number Diff line change 11[package ]
22name = " aliyundrive-webdav"
3- version = " 2.3.2 "
3+ version = " 2.3.3 "
44edition = " 2021"
55description = " WebDAV server for AliyunDrive"
66license = " MIT"
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ sudo snap install aliyundrive-webdav
4141aarch64/arm/mipsel/x86_64/i686 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例:
4242
4343``` bash
44- wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.3.2 /aliyundrive-webdav_2.3.2 -1_aarch64_generic.ipk
45- wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.3.2 /luci-app-aliyundrive-webdav_2.3.2_all .ipk
46- wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.3.2 /luci-i18n-aliyundrive-webdav-zh-cn_2.3.2 -1_all.ipk
47- opkg install aliyundrive-webdav_2.3.2 -1_aarch64_generic.ipk
48- opkg install luci-app-aliyundrive-webdav_2.3.2_all .ipk
49- opkg install luci-i18n-aliyundrive-webdav-zh-cn_2.3.2 -1_all.ipk
44+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.3.3 /aliyundrive-webdav_2.3.3 -1_aarch64_generic.ipk
45+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.3.3 /luci-app-aliyundrive-webdav_2.3.3_all .ipk
46+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.3.3 /luci-i18n-aliyundrive-webdav-zh-cn_2.3.3 -1_all.ipk
47+ opkg install aliyundrive-webdav_2.3.3 -1_aarch64_generic.ipk
48+ opkg install luci-app-aliyundrive-webdav_2.3.3_all .ipk
49+ opkg install luci-i18n-aliyundrive-webdav-zh-cn_2.3.3 -1_all.ipk
5050```
5151
5252其它 CPU 架构的路由器可在 [ GitHub Releases] ( https://github.com/messense/aliyundrive-webdav/releases ) 页面中查找对应的架构的主程序 ipk 文件下载安装, 常见
Original file line number Diff line number Diff line change 11include $(TOPDIR ) /rules.mk
22
33PKG_NAME: =aliyundrive-webdav
4- PKG_VERSION: =2.3.2
4+ PKG_VERSION: =2.3.3
55PKG_RELEASE: =1
66
77PKG_LICENSE: =MIT
Original file line number Diff line number Diff line change 11include $(TOPDIR ) /rules.mk
22
33PKG_NAME: =luci-app-aliyundrive-webdav
4- PKG_VERSION: =2.3.2
4+ PKG_VERSION: =2.3.3
55PKG_RELEASE: =1
66PKG_PO_VERSION: =$(PKG_VERSION ) -$(PKG_RELEASE )
77
Original file line number Diff line number Diff line change 11name : aliyundrive-webdav
2- version : ' 2.3.2 '
2+ version : ' 2.3.3 '
33summary : 阿里云盘 WebDAV
44description : |
55 阿里云盘 WebDAV 服务
You can’t perform that action at this time.
0 commit comments