File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " xunlei"
3- version = " 3.8.0-16 "
3+ version = " 3.8.0-17 "
44edition = " 2021"
55description = " Synology Nas Thunder runs on Linux"
66license = " MIT"
Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ Options:
8181### Ubuntu(Other Linux)
8282GitHub [ Releases] ( https://github.com/gngpp/xunlei/releases ) 中有预编译的 deb包/rpm包,二进制文件,以Ubuntu为例:
8383``` shell
84- wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-16 /xunlei-embed-3.8.0-16 -aarch64-unknown-linux-gnu.deb
84+ wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-17 /xunlei-embed-3.8.0-17 -aarch64-unknown-linux-gnu.deb
8585
86- dpkg -i xunlei_3.8.0-16_amd64 .deb
86+ dpkg -i xunlei_3.8.0-17_amd64 .deb
8787
8888# 安装和运行迅雷程序
8989xunlei install
@@ -108,11 +108,11 @@ docker run --rm -itd --privileged -p 5055:5055 --hostname=xunlei \
108108GitHub [ Releases] ( https://github.com/gngpp/xunlei/releases ) 中有预编译的 ipk 文件, 目前提供了 aarch64/x86_64 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例:
109109
110110``` shell
111- wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-16 /xunlei_3.8.0-16_aarch64_generic .ipk
112- wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-16 /luci-app-xunlei_1.0.1-7-1_all.ipk
113- wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-16 /luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
111+ wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-17 /xunlei_3.8.0-17_aarch64_generic .ipk
112+ wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-17 /luci-app-xunlei_1.0.1-7-1_all.ipk
113+ wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-17 /luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
114114
115- opkg install xunlei_3.8.0-16_aarch64_generic .ipk
115+ opkg install xunlei_3.8.0-17_aarch64_generic .ipk
116116opkg install luci-app-xunlei_1.0.1-7-1_all.ipk
117117opkg install luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
118118```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22
33PKG_NAME: =xunlei
44
5- PKG_VERSION: =3.8.0-16
5+ PKG_VERSION: =3.8.0-17
66
77PKG_LICENSE: =MIT
88PKG_MAINTAINER: =gngpp <gngppz@gmail.com>
You can’t perform that action at this time.
0 commit comments