Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update xunlei to v3.8.0 #48

Merged
merged 1 commit into from
May 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xunlei"
version = "3.5.2-15"
version = "3.8.0-15"
edition = "2021"
description = "Synology Nas Thunder runs on Linux"
license = "MIT"
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ Options:
### Ubuntu(Other Linux)
GitHub [Releases](https://github.com/gngpp/xunlei/releases) 中有预编译的 deb包/rpm包,二进制文件,以Ubuntu为例:
```shell
wget https://github.com/gngpp/xunlei/releases/download/v3.5.2-15/xunlei-embed-3.5.2-15-aarch64-unknown-linux-gnu.deb
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-15/xunlei-embed-3.8.0-15-aarch64-unknown-linux-gnu.deb

dpkg -i xunlei_3.5.2-15_amd64.deb
dpkg -i xunlei_3.8.0-15_amd64.deb

# 安装和运行迅雷程序
xunlei install
Expand All @@ -108,11 +108,11 @@ docker run --rm -itd --privileged -p 5055:5055 --hostname=xunlei \
GitHub [Releases](https://github.com/gngpp/xunlei/releases) 中有预编译的 ipk 文件, 目前提供了 aarch64/x86_64 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例:

```shell
wget https://github.com/gngpp/xunlei/releases/download/v3.5.2-15/xunlei_3.5.2-15_aarch64_generic.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.5.2-15/luci-app-xunlei_1.0.1-7-1_all.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.5.2-15/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-15/xunlei_3.8.0-15_aarch64_generic.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-15/luci-app-xunlei_1.0.1-7-1_all.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-15/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk

opkg install xunlei_3.5.2-15_aarch64_generic.ipk
opkg install xunlei_3.8.0-15_aarch64_generic.ipk
opkg install luci-app-xunlei_1.0.1-7-1_all.ipk
opkg install luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
```
Expand Down
2 changes: 1 addition & 1 deletion openwrt/xunlei/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=xunlei

PKG_VERSION:=3.5.2-15
PKG_VERSION:=3.8.0-15

PKG_LICENSE:=MIT
PKG_MAINTAINER:=gngpp <[email protected]>
Expand Down