diff --git a/Cargo.lock b/Cargo.lock index 3b27e20..c4983e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1564,7 +1564,7 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "xunlei" -version = "3.11.2-28" +version = "3.11.2-29" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index cf59cb1..2a00acf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xunlei" -version = "3.11.2-28" +version = "3.11.2-29" edition = "2021" description = "Synology Nas Thunder runs on Linux" license = "MIT" diff --git a/README.md b/README.md index e393074..7bdb85a 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,9 @@ Options: ### Ubuntu(Other Linux) GitHub [Releases](https://github.com/gngpp/xunlei/releases) 中有预编译的 deb包/rpm包,二进制文件,以Ubuntu为例: ```shell -wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-28/xunlei-embed-3.11.2-28-aarch64-unknown-linux-gnu.deb +wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-29/xunlei-embed-3.11.2-29-aarch64-unknown-linux-gnu.deb -dpkg -i xunlei_3.11.2-28_amd64.deb +dpkg -i xunlei_3.11.2-29_amd64.deb # 安装和运行迅雷程序 xunlei install @@ -117,11 +117,11 @@ docker run -it --rm --privileged -p 5055:5055 --name=xunlei \ GitHub [Releases](https://github.com/gngpp/xunlei/releases) 中有预编译的 ipk 文件, 目前提供了 aarch64/x86_64 等架构的版本,下载后使用 opkg 安装,以 nanopi r4s 为例: ```shell -wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-28/xunlei_3.11.2-28_aarch64_generic.ipk -wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-28/luci-app-xunlei_1.0.1-7-1_all.ipk -wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-28/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk +wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-29/xunlei_3.11.2-29_aarch64_generic.ipk +wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-29/luci-app-xunlei_1.0.1-7-1_all.ipk +wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-29/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk -opkg install xunlei_3.11.2-28_aarch64_generic.ipk +opkg install xunlei_3.11.2-29_aarch64_generic.ipk opkg install luci-app-xunlei_1.0.1-7-1_all.ipk opkg install luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk ``` diff --git a/openwrt/xunlei/Makefile b/openwrt/xunlei/Makefile index 48523ec..8738529 100644 --- a/openwrt/xunlei/Makefile +++ b/openwrt/xunlei/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xunlei -PKG_VERSION:=3.11.2-28 +PKG_VERSION:=3.11.2-29 PKG_LICENSE:=MIT PKG_MAINTAINER:=gngpp