From dd31016b747559f4b9744b0f49d3720ef0f0f85a Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 16 May 2020 20:47:03 +0800 Subject: [PATCH 1/3] autocore: drop LuCI ver display --- package/lean/autocore/files/index.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/autocore/files/index.htm b/package/lean/autocore/files/index.htm index c24224cb39..b0b56033e7 100644 --- a/package/lean/autocore/files/index.htm +++ b/package/lean/autocore/files/index.htm @@ -716,8 +716,8 @@ <%:Model%><%=pcdata(boardinfo.model or "?")%> <%=luci.sys.exec("cat /etc/bench.log") or " "%> <%:CPU Info%>- <%:Firmware Version%> - <%=pcdata(ver.distname)%> <%=pcdata(ver.distversion)%> / - <%=pcdata(ver.luciname)%> (<%=pcdata(ver.luciversion)%>) + <%=pcdata(ver.distname)%> <%=pcdata(ver.distversion)%> <%:Kernel Version%><%=unameinfo.release or "?"%> <%:Local Time%>- From 3eab6641e0b0b0d567f786c1f64a2f63c5ae8a21 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 16 May 2020 21:17:21 +0800 Subject: [PATCH 2/3] qBittorrent: bump to 4.2.5.10 --- package/lean/qBittorrent-Enhanced-Edition/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/qBittorrent-Enhanced-Edition/Makefile b/package/lean/qBittorrent-Enhanced-Edition/Makefile index 3ad759c154..fdc23aabf4 100644 --- a/package/lean/qBittorrent-Enhanced-Edition/Makefile +++ b/package/lean/qBittorrent-Enhanced-Edition/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qBittorrent-Enhanced-Edition -PKG_VERSION:=4.2.3.10 +PKG_VERSION:=4.2.5.10 PKG_RELEASE=1 PKG_SOURCE:=$(PKG_NAME)-release-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/c0re100/qBittorrent-Enhanced-Edition/tar.gz/release-$(PKG_VERSION)? -PKG_HASH:=481be5a8a38b76867cd6346dea8c5f3d356d4b0cef14c6aabe0ae79fa4941481 +PKG_HASH:=d3c98f3beec064af5c95efa075fda2bb8aa5a9dec4219ff9bd003f27c8a24d36 PKG_BUILD_DIR:=$(BUILD_DIR)/qBittorrent-Enhanced-Edition-release-$(PKG_VERSION) From fb94130209e9d23229a735151eb2a7fa637a441b Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 16 May 2020 21:19:53 +0800 Subject: [PATCH 3/3] libtorrent-rasterbar: bump to 1.2.6 --- package/lean/libtorrent-rasterbar/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/libtorrent-rasterbar/Makefile b/package/lean/libtorrent-rasterbar/Makefile index 5b6ac668f9..f9a74421fe 100644 --- a/package/lean/libtorrent-rasterbar/Makefile +++ b/package/lean/libtorrent-rasterbar/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtorrent-rasterbar -PKG_VERSION:=1.2.3 +PKG_VERSION:=1.2.6 PKG_RELEASE=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/arvidn/libtorrent.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=078f7b956ef0d992948852a801e626b1118a1fc5 +PKG_SOURCE_VERSION:=b9b54436b8b214420745e5ff722112316d7d85c7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_LICENSE:=BSD