Skip to content

Commit

Permalink
Update qBitorrent to v4.4.3, qt to v5.15.4 and rasterbar libtorrent t…
Browse files Browse the repository at this point in the history
…o v1.2.16
  • Loading branch information
ubuntu committed May 25, 2022
1 parent b718fde commit 044768d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions qBittorrent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jun.k.lee199410@outlook.com>
Expand Down
5 changes: 4 additions & 1 deletion qBittorrent/files/qBittorrent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ Session\QueueingSystemEnabled=false
[Core]
AutoDeleteAddedTorrentFile=Never

[LegalNotice]
Accepted=true

[Meta]
MigrationVersion=2
MigrationVersion=3

[Network]
Proxy\OnlyForTorrents=false
Expand Down
6 changes: 3 additions & 3 deletions qt5base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions qt5tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions rblibtorrent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jun.k.lee199410@outlook.com>
Expand Down

0 comments on commit 044768d

Please sign in to comment.