Commit 6cb1b1e 1 parent ceddd59 commit 6cb1b1e Copy full SHA for 6cb1b1e
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-29 "
3
+ version = " 3.11.2-30 "
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 @@ -90,9 +90,9 @@ Options:
90
90
### Ubuntu(Other Linux)
91
91
GitHub [ Releases] ( https://github.com/gngpp/xunlei/releases ) 中有预编译的 deb包/rpm包,二进制文件,以Ubuntu为例:
92
92
``` shell
93
- wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-29 /xunlei-embed-3.11.2-29 -aarch64-unknown-linux-gnu.deb
93
+ wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-30 /xunlei-embed-3.11.2-30 -aarch64-unknown-linux-gnu.deb
94
94
95
- dpkg -i xunlei_3.11.2-29_amd64 .deb
95
+ dpkg -i xunlei_3.11.2-30_amd64 .deb
96
96
97
97
# 安装和运行迅雷程序
98
98
xunlei install
@@ -117,11 +117,11 @@ docker run -it --rm --privileged -p 5055:5055 --name=xunlei \
117
117
GitHub [ Releases] ( https://github.com/gngpp/xunlei/releases ) 中有预编译的 ipk 文件, 目前提供了 aarch64/x86_64 等架构的版本,下载后使用 opkg 安装,以 nanopi r4s 为例:
118
118
119
119
``` shell
120
- wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-29 /xunlei_3.11.2-29_aarch64_generic .ipk
121
- wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-29 /luci-app-xunlei_1.0.1-7-1_all.ipk
122
- wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-29 /luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
120
+ wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-30 /xunlei_3.11.2-30_aarch64_generic .ipk
121
+ wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-30 /luci-app-xunlei_1.0.1-7-1_all.ipk
122
+ wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-30 /luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
123
123
124
- opkg install xunlei_3.11.2-29_aarch64_generic .ipk
124
+ opkg install xunlei_3.11.2-30_aarch64_generic .ipk
125
125
opkg install luci-app-xunlei_1.0.1-7-1_all.ipk
126
126
opkg install luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
127
127
```
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-29
5
+ PKG_VERSION: =3.11.2-30
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