Skip to content

Commit

Permalink
bump version to v3.8.0-28
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Jul 20, 2023
1 parent 447dd5b commit 9efe6eb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8.0-27"
version = "3.8.0-28"
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 @@ -90,9 +90,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.8.0-27/xunlei-embed-3.8.0-27-aarch64-unknown-linux-gnu.deb
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-28/xunlei-embed-3.8.0-28-aarch64-unknown-linux-gnu.deb

dpkg -i xunlei_3.8.0-27_amd64.deb
dpkg -i xunlei_3.8.0-28_amd64.deb

# 安装和运行迅雷程序
xunlei install
Expand All @@ -117,11 +117,11 @@ docker run -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.8.0-27/xunlei_3.8.0-27_aarch64_generic.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-27/luci-app-xunlei_1.0.1-7-1_all.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-27/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-28/xunlei_3.8.0-28_aarch64_generic.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-28/luci-app-xunlei_1.0.1-7-1_all.ipk
wget https://github.com/gngpp/xunlei/releases/download/v3.8.0-28/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk

opkg install xunlei_3.8.0-27_aarch64_generic.ipk
opkg install xunlei_3.8.0-28_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.8.0-27
PKG_VERSION:=3.8.0-28

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

0 comments on commit 9efe6eb

Please sign in to comment.