Skip to content

Commit

Permalink
bump version to v3.11.2-32
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Sep 8, 2023
1 parent 4a598d5 commit 98e1058
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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.11.2-31"
version = "3.11.2-32"
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 @@ -74,9 +74,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.11.2-31/xunlei-embed-3.11.2-31-aarch64-unknown-linux-gnu.deb
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32/xunlei-embed-3.11.2-32-aarch64-unknown-linux-gnu.deb

dpkg -i xunlei_3.11.2-31_amd64.deb
dpkg -i xunlei_3.11.2-32_amd64.deb

# 安装和运行迅雷程序
xunlei install
Expand All @@ -101,11 +101,11 @@ docker run -it --rm --privileged -p 5055:5055 --name=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.11.2-31/xunlei_3.11.2-31_aarch64_generic.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-31/luci-app-xunlei_1.0.1-7-1_all.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-31/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32/xunlei_3.11.2-32_aarch64_generic.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32/luci-app-xunlei_1.0.1-7-1_all.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk

opkg install xunlei_3.11.2-31_aarch64_generic.ipk
opkg install xunlei_3.11.2-32_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.11.2-31
PKG_VERSION:=3.11.2-32

PKG_LICENSE:=MIT
PKG_MAINTAINER:=gngpp <gngppz@gmail.com>
Expand Down

0 comments on commit 98e1058

Please sign in to comment.