Commit 98e1058 1 parent 4a598d5 commit 98e1058 Copy full SHA for 98e1058
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.11.2-31 "
3
+ version = " 3.11.2-32 "
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 @@ -74,9 +74,9 @@ Options:
74
74
### Ubuntu(Other Linux)
75
75
GitHub [ Releases] ( https://github.com/gngpp/xunlei/releases ) 中有预编译的 deb包/rpm包,二进制文件,以Ubuntu为例:
76
76
``` shell
77
- wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-31 /xunlei-embed-3.11.2-31 -aarch64-unknown-linux-gnu.deb
77
+ wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32 /xunlei-embed-3.11.2-32 -aarch64-unknown-linux-gnu.deb
78
78
79
- dpkg -i xunlei_3.11.2-31_amd64 .deb
79
+ dpkg -i xunlei_3.11.2-32_amd64 .deb
80
80
81
81
# 安装和运行迅雷程序
82
82
xunlei install
@@ -101,11 +101,11 @@ docker run -it --rm --privileged -p 5055:5055 --name=xunlei \
101
101
GitHub [ Releases] ( https://github.com/gngpp/xunlei/releases ) 中有预编译的 ipk 文件, 目前提供了 aarch64/x86_64 等架构的版本,下载后使用 opkg 安装,以 nanopi r4s 为例:
102
102
103
103
``` shell
104
- wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-31 /xunlei_3.11.2-31_aarch64_generic .ipk
105
- wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-31 /luci-app-xunlei_1.0.1-7-1_all.ipk
106
- wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-31 /luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
104
+ wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32 /xunlei_3.11.2-32_aarch64_generic .ipk
105
+ wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32 /luci-app-xunlei_1.0.1-7-1_all.ipk
106
+ wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32 /luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
107
107
108
- opkg install xunlei_3.11.2-31_aarch64_generic .ipk
108
+ opkg install xunlei_3.11.2-32_aarch64_generic .ipk
109
109
opkg install luci-app-xunlei_1.0.1-7-1_all.ipk
110
110
opkg install luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
111
111
```
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.11.2-31
5
+ PKG_VERSION: =3.11.2-32
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