Skip to content

Commit bf7d652

Browse files
authored
Merge pull request #32 from gngpp/dev
Fix alpine launch
2 parents 1bf8d44 + 913d4bf commit bf7d652

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.5.2-7"
3+
version = "3.5.2-8"
44
edition = "2021"
55
description = "Synology Nas Thunder runs on Linux"
66
license = "MIT"

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.5.2-7
5+
PKG_VERSION:=3.5.2-8
66

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

src/libc_asset.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pub(crate) fn ld_env(envs: &mut std::collections::HashMap<String, String>) -> an
7474
);
7575
return Ok(());
7676
}
77-
false => {},
77+
false => {}
7878
}
7979
}
8080
Ok(())

0 commit comments

Comments
 (0)