File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " xunlei"
3
- version = " 3.5.2 -15"
3
+ version = " 3.8.0 -15"
4
4
edition = " 2021"
5
5
description = " Synology Nas Thunder runs on Linux"
6
6
license = " MIT"
Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ Options:
81
81
### Ubuntu(Other Linux)
82
82
GitHub [ Releases] ( https://github.com/gngpp/xunlei/releases ) 中有预编译的 deb包/rpm包,二进制文件,以Ubuntu为例:
83
83
``` 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
85
85
86
- dpkg -i xunlei_3.5.2 -15_amd64.deb
86
+ dpkg -i xunlei_3.8.0 -15_amd64.deb
87
87
88
88
# 安装和运行迅雷程序
89
89
xunlei install
@@ -108,11 +108,11 @@ docker run --rm -itd --privileged -p 5055:5055 --hostname=xunlei \
108
108
GitHub [ Releases] ( https://github.com/gngpp/xunlei/releases ) 中有预编译的 ipk 文件, 目前提供了 aarch64/x86_64 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例:
109
109
110
110
``` 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
114
114
115
- opkg install xunlei_3.5.2 -15_aarch64_generic.ipk
115
+ opkg install xunlei_3.8.0 -15_aarch64_generic.ipk
116
116
opkg install luci-app-xunlei_1.0.1-7-1_all.ipk
117
117
opkg install luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
118
118
```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
2
2
3
3
PKG_NAME: =xunlei
4
4
5
- PKG_VERSION: =3.5.2 -15
5
+ PKG_VERSION: =3.8.0 -15
6
6
7
7
PKG_LICENSE: =MIT
8
8
PKG_MAINTAINER: =gngpp <
[email protected] >
You can’t perform that action at this time.
0 commit comments