Skip to content

Commit 6cb1b1e

Browse files
committed
bump version to v3.11.2-29
1 parent ceddd59 commit 6cb1b1e

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-29"
3+
version = "3.11.2-30"
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
@@ -90,9 +90,9 @@ Options:
9090
### Ubuntu(Other Linux)
9191
GitHub [Releases](https://github.com/gngpp/xunlei/releases) 中有预编译的 deb包/rpm包,二进制文件,以Ubuntu为例:
9292
```shell
93-
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-29/xunlei-embed-3.11.2-29-aarch64-unknown-linux-gnu.deb
93+
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-30/xunlei-embed-3.11.2-30-aarch64-unknown-linux-gnu.deb
9494

95-
dpkg -i xunlei_3.11.2-29_amd64.deb
95+
dpkg -i xunlei_3.11.2-30_amd64.deb
9696

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

119119
```shell
120-
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-29/xunlei_3.11.2-29_aarch64_generic.ipk
121-
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-29/luci-app-xunlei_1.0.1-7-1_all.ipk
122-
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-29/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
120+
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-30/xunlei_3.11.2-30_aarch64_generic.ipk
121+
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-30/luci-app-xunlei_1.0.1-7-1_all.ipk
122+
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-30/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
123123

124-
opkg install xunlei_3.11.2-29_aarch64_generic.ipk
124+
opkg install xunlei_3.11.2-30_aarch64_generic.ipk
125125
opkg install luci-app-xunlei_1.0.1-7-1_all.ipk
126126
opkg install luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
127127
```

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-29
5+
PKG_VERSION:=3.11.2-30
66

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

0 commit comments

Comments
 (0)