diff --git a/net/qBittorrent-Enhanced-Edition/Makefile b/net/qBittorrent-Enhanced-Edition/Makefile index 154d15b1eb..a7ad63a4a3 100644 --- a/net/qBittorrent-Enhanced-Edition/Makefile +++ b/net/qBittorrent-Enhanced-Edition/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qBittorrent-Enhanced-Edition -PKG_VERSION:=5.0.2.10 +PKG_VERSION:=5.0.3.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/c0re100/qBittorrent-Enhanced-Edition/tar.gz/release-$(PKG_VERSION)? -PKG_HASH:=425753dcdcca1a40da2996343a8ce22b45797cf4d7305db897bf61bcb56685f5 +PKG_HASH:=b1b28e6f6f314a348160c55bfade0243cedf096c0bcc2b545f8e3368f86f2bbe PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-release-$(PKG_VERSION) PKG_LICENSE:=GPL-2.0-or-later diff --git a/net/qBittorrent-Enhanced-Edition/patches/100-use-original-user-agent.patch b/net/qBittorrent-Enhanced-Edition/patches/100-use-original-user-agent.patch index a39549fee3..bd51b25416 100644 --- a/net/qBittorrent-Enhanced-Edition/patches/100-use-original-user-agent.patch +++ b/net/qBittorrent-Enhanced-Edition/patches/100-use-original-user-agent.patch @@ -3,7 +3,7 @@ @@ -31,7 +31,7 @@ #define QBT_VERSION_MAJOR 5 #define QBT_VERSION_MINOR 0 - #define QBT_VERSION_BUGFIX 2 + #define QBT_VERSION_BUGFIX 3 -#define QBT_VERSION_BUILD 10 +#define QBT_VERSION_BUILD 0 #define QBT_VERSION_STATUS "" // Should be empty for stable releases! @@ -11,7 +11,7 @@ #define QBT__STRINGIFY(x) #x --- a/src/base/bittorrent/sessionimpl.cpp +++ b/src/base/bittorrent/sessionimpl.cpp -@@ -121,7 +121,7 @@ const int STATISTICS_SAVE_INTERVAL = std +@@ -122,7 +122,7 @@ const int STATISTICS_SAVE_INTERVAL = std namespace { const char PEER_ID[] = "qB";