Skip to content

Commit e970b17

Browse files
committed
Bump version to v3.8.0-26
1 parent e593c1b commit e970b17

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xunlei"
3-
version = "3.8.0-25"
3+
version = "3.8.0-26"
44
edition = "2021"
55
description = "Synology Nas Thunder runs on Linux"
66
license = "MIT"

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ Options:
8585
### Ubuntu(Other Linux)
8686
GitHub [Releases](https://github.com/gngpp/xunlei/releases) 中有预编译的 deb包/rpm包,二进制文件,以Ubuntu为例:
8787
```shell
88-
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-25/xunlei-embed-3.8.0-25-aarch64-unknown-linux-gnu.deb
88+
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-26/xunlei-embed-3.8.0-26-aarch64-unknown-linux-gnu.deb
8989

90-
dpkg -i xunlei_3.8.0-25_amd64.deb
90+
dpkg -i xunlei_3.8.0-26_amd64.deb
9191

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

114114
```shell
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
115+
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-26/xunlei_3.8.0-26_aarch64_generic.ipk
116+
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-26/luci-app-xunlei_1.0.1-7-1_all.ipk
117+
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-26/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
118118

119-
opkg install xunlei_3.8.0-25_aarch64_generic.ipk
119+
opkg install xunlei_3.8.0-26_aarch64_generic.ipk
120120
opkg install luci-app-xunlei_1.0.1-7-1_all.ipk
121121
opkg install luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
122122
```

openwrt/xunlei/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=xunlei
44

5-
PKG_VERSION:=3.8.0-25
5+
PKG_VERSION:=3.8.0-26
66

77
PKG_LICENSE:=MIT
88
PKG_MAINTAINER:=gngpp <[email protected]>

0 commit comments

Comments
 (0)