Skip to content

Commit 5400441

Browse files
authored
Merge pull request #48 from gngpp/update-xunlei-version
Update xunlei to v3.8.0
2 parents 3bf832f + 8d0efb5 commit 5400441

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xunlei"
3-
version = "3.5.2-15"
3+
version = "3.8.0-15"
44
edition = "2021"
55
description = "Synology Nas Thunder runs on Linux"
66
license = "MIT"

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ Options:
8181
### Ubuntu(Other Linux)
8282
GitHub [Releases](https://github.com/gngpp/xunlei/releases) 中有预编译的 deb包/rpm包,二进制文件,以Ubuntu为例:
8383
```shell
84-
wget https://github.com/gngpp/xunlei/releases/download/v3.5.2-15/xunlei-embed-3.5.2-15-aarch64-unknown-linux-gnu.deb
84+
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-15/xunlei-embed-3.8.0-15-aarch64-unknown-linux-gnu.deb
8585

86-
dpkg -i xunlei_3.5.2-15_amd64.deb
86+
dpkg -i xunlei_3.8.0-15_amd64.deb
8787

8888
# 安装和运行迅雷程序
8989
xunlei install
@@ -108,11 +108,11 @@ docker run --rm -itd --privileged -p 5055:5055 --hostname=xunlei \
108108
GitHub [Releases](https://github.com/gngpp/xunlei/releases) 中有预编译的 ipk 文件, 目前提供了 aarch64/x86_64 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例:
109109

110110
```shell
111-
wget https://github.com/gngpp/xunlei/releases/download/v3.5.2-15/xunlei_3.5.2-15_aarch64_generic.ipk
112-
wget https://github.com/gngpp/xunlei/releases/download/v3.5.2-15/luci-app-xunlei_1.0.1-7-1_all.ipk
113-
wget https://github.com/gngpp/xunlei/releases/download/v3.5.2-15/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
111+
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-15/xunlei_3.8.0-15_aarch64_generic.ipk
112+
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-15/luci-app-xunlei_1.0.1-7-1_all.ipk
113+
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-15/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
114114

115-
opkg install xunlei_3.5.2-15_aarch64_generic.ipk
115+
opkg install xunlei_3.8.0-15_aarch64_generic.ipk
116116
opkg install luci-app-xunlei_1.0.1-7-1_all.ipk
117117
opkg install luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
118118
```

openwrt/xunlei/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=xunlei
44

5-
PKG_VERSION:=3.5.2-15
5+
PKG_VERSION:=3.8.0-15
66

77
PKG_LICENSE:=MIT
88
PKG_MAINTAINER:=gngpp <[email protected]>

0 commit comments

Comments
 (0)