Commit 2844541 1 parent ce4bfc4 commit 2844541 Copy full SHA for 2844541
File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " xunlei"
3
- version = " 3.8.0-21 "
3
+ version = " 3.8.0-22 "
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 @@ -83,9 +83,9 @@ Options:
83
83
### Ubuntu(Other Linux)
84
84
GitHub [ Releases] ( https://github.com/gngpp/xunlei/releases ) 中有预编译的 deb包/rpm包,二进制文件,以Ubuntu为例:
85
85
``` shell
86
- wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-21 /xunlei-embed-3.8.0-21 -aarch64-unknown-linux-gnu.deb
86
+ wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-22 /xunlei-embed-3.8.0-22 -aarch64-unknown-linux-gnu.deb
87
87
88
- dpkg -i xunlei_3.8.0-21_amd64 .deb
88
+ dpkg -i xunlei_3.8.0-22_amd64 .deb
89
89
90
90
# 安装和运行迅雷程序
91
91
xunlei install
@@ -110,11 +110,11 @@ docker run -itd --privileged -p 5055:5055 --hostname=xunlei \
110
110
GitHub [ Releases] ( https://github.com/gngpp/xunlei/releases ) 中有预编译的 ipk 文件, 目前提供了 aarch64/x86_64 等架构的版本,下载后使用 opkg 安装,以 nanopi r4s 为例:
111
111
112
112
``` shell
113
- wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-21 /xunlei_3.8.0-21_aarch64_generic .ipk
114
- wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-21 /luci-app-xunlei_1.0.1-7-1_all.ipk
115
- wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-21 /luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
113
+ wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-22 /xunlei_3.8.0-22_aarch64_generic .ipk
114
+ wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-22 /luci-app-xunlei_1.0.1-7-1_all.ipk
115
+ wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-22 /luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
116
116
117
- opkg install xunlei_3.8.0-21_aarch64_generic .ipk
117
+ opkg install xunlei_3.8.0-22_aarch64_generic .ipk
118
118
opkg install luci-app-xunlei_1.0.1-7-1_all.ipk
119
119
opkg install luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
120
120
```
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.8.0-21
5
+ PKG_VERSION: =3.8.0-22
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