diff --git a/qBittorrent/Makefile b/qBittorrent/Makefile index f340098..ffe0af7 100644 --- a/qBittorrent/Makefile +++ b/qBittorrent/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qBittorrent -PKG_VERSION:=4.4.2 +PKG_VERSION:=4.4.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/qbittorrent/qBittorrent/tar.gz/release-$(PKG_VERSION)? -PKG_HASH:=f9406eb982a4b8a084341fb0bc30bd8b50babe5dcf4197204ab407b06e20e8a3 +PKG_HASH:=c51e07ed7ae31cc00ef2388764945d90d09fb81510facef1db2cef73177ab887 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-release-$(PKG_VERSION) PKG_MAINTAINER:=Krypton Lee diff --git a/qBittorrent/files/qBittorrent.conf b/qBittorrent/files/qBittorrent.conf index 7c4001d..54d5674 100644 --- a/qBittorrent/files/qBittorrent.conf +++ b/qBittorrent/files/qBittorrent.conf @@ -11,8 +11,11 @@ Session\QueueingSystemEnabled=false [Core] AutoDeleteAddedTorrentFile=Never +[LegalNotice] +Accepted=true + [Meta] -MigrationVersion=2 +MigrationVersion=3 [Network] Proxy\OnlyForTorrents=false diff --git a/qt5base/Makefile b/qt5base/Makefile index 2b83a92..4beb0b4 100644 --- a/qt5base/Makefile +++ b/qt5base/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt5base PKG_BASE_VERSION:=5.15 -PKG_SUBVERSION:=2 +PKG_SUBVERSION:=4 PKG_VERSION:=$(PKG_BASE_VERSION).$(PKG_SUBVERSION) PKG_RELEASE:=1 -PKG_MD5SUM:=0eb522ff6c2194f9690cbdcd5b33e803 -PKG_SOURCE:=qtbase-everywhere-src-$(PKG_VERSION).tar.xz +PKG_MD5SUM:=91d827e83a45a302bfa2f32bbc2090fb +PKG_SOURCE:=qtbase-everywhere-opensource-src-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://download.qt-project.org/archive/qt/$(PKG_BASE_VERSION)/$(PKG_VERSION)/submodules PKG_BUILD_DIR:=$(BUILD_DIR)/qtbase-everywhere-src-$(PKG_VERSION) diff --git a/qt5tools/Makefile b/qt5tools/Makefile index 80ca383..ddc0fc8 100644 --- a/qt5tools/Makefile +++ b/qt5tools/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt5tools PKG_BASE_VERSION:=5.15 -PKG_SUBVERSION:=2 +PKG_SUBVERSION:=4 PKG_VERSION:=$(PKG_BASE_VERSION).$(PKG_SUBVERSION) PKG_RELEASE:=1 -PKG_MD5SUM:=739403634e1326a3d52902a835015a4b -PKG_SOURCE:=qttools-everywhere-src-$(PKG_VERSION).tar.xz +PKG_MD5SUM:=2466004ad9aad55f3416aadc370f8504 +PKG_SOURCE:=qttools-everywhere-opensource-src-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://download.qt-project.org/archive/qt/$(PKG_BASE_VERSION)/$(PKG_VERSION)/submodules PKG_BUILD_DIR:=$(BUILD_DIR)/qttools-everywhere-src-$(PKG_VERSION) diff --git a/rblibtorrent/Makefile b/rblibtorrent/Makefile index 4c9687d..65cff5f 100644 --- a/rblibtorrent/Makefile +++ b/rblibtorrent/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rblibtorrent -PKG_VERSION:=1.2.15 +PKG_VERSION:=1.2.16 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/arvidn/libtorrent/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=15b41c319955bb4df4be34458b04c483b7b0dbc366a3ac43511d2ca989600d05 +PKG_HASH:=2ee435c3e2e6dd8825903230b41fbaf0741b7aed57094f2ca0e6214d89fef9d4 PKG_BUILD_DIR:=$(BUILD_DIR)/libtorrent-$(PKG_VERSION) PKG_MAINTAINER:=Krypton Lee