Skip to content

Commit 98e1058

Browse files
committed
bump version to v3.11.2-32
1 parent 4a598d5 commit 98e1058

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xunlei"
3-
version = "3.11.2-31"
3+
version = "3.11.2-32"
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
@@ -74,9 +74,9 @@ Options:
7474
### Ubuntu(Other Linux)
7575
GitHub [Releases](https://github.com/gngpp/xunlei/releases) 中有预编译的 deb包/rpm包,二进制文件,以Ubuntu为例:
7676
```shell
77-
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-31/xunlei-embed-3.11.2-31-aarch64-unknown-linux-gnu.deb
77+
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32/xunlei-embed-3.11.2-32-aarch64-unknown-linux-gnu.deb
7878

79-
dpkg -i xunlei_3.11.2-31_amd64.deb
79+
dpkg -i xunlei_3.11.2-32_amd64.deb
8080

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

103103
```shell
104-
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-31/xunlei_3.11.2-31_aarch64_generic.ipk
105-
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-31/luci-app-xunlei_1.0.1-7-1_all.ipk
106-
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-31/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
104+
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32/xunlei_3.11.2-32_aarch64_generic.ipk
105+
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32/luci-app-xunlei_1.0.1-7-1_all.ipk
106+
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
107107

108-
opkg install xunlei_3.11.2-31_aarch64_generic.ipk
108+
opkg install xunlei_3.11.2-32_aarch64_generic.ipk
109109
opkg install luci-app-xunlei_1.0.1-7-1_all.ipk
110110
opkg install luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
111111
```

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.11.2-31
5+
PKG_VERSION:=3.11.2-32
66

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

0 commit comments

Comments
 (0)