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