diff --git a/net/qBittorrent-Enhanced-Edition/Makefile b/net/qBittorrent-Enhanced-Edition/Makefile index 343bb38f58..f4f63dc86c 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:=4.5.4.10 +PKG_VERSION:=4.5.5.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:=c4204ddd899b93faf81837dffa2bebeee9df0f5a11a32aa30129b8af6c21d73e +PKG_HASH:=164c3721500f945cc42d8a077361238db629afdf9b94fe75e6101365cace256f 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 527c4e9789..1bba1ae6d8 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 4 #define QBT_VERSION_MINOR 5 - #define QBT_VERSION_BUGFIX 4 + #define QBT_VERSION_BUGFIX 5 -#define QBT_VERSION_BUILD 10 +#define QBT_VERSION_BUILD 0 #define QBT_VERSION_STATUS "" // Should be empty for stable releases!