Skip to content

Commit

Permalink
bump(x11/qbittorrent): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Sep 30, 2024
1 parent 00bda6a commit e84d696
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions x11-packages/qbittorrent/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ TERMUX_PKG_HOMEPAGE=https://www.qbittorrent.org/
TERMUX_PKG_DESCRIPTION="A Qt based BitTorrent client"
TERMUX_PKG_LICENSE="GPL-2.0, GPL-3.0"
TERMUX_PKG_MAINTAINER="Joshua Kahn @TomJo2000"
TERMUX_PKG_VERSION="4.6.7"
TERMUX_PKG_VERSION="5.0.0"
TERMUX_PKG_SRCURL=https://github.com/qbittorrent/qBittorrent/archive/refs/tags/release-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=bfda6e6d57d419ec2c61162327988ea919f55ee7a80700b3754793a6d7f3545c
TERMUX_PKG_SHA256=9a24a6b95e9afac826295b8203685a515b13e77eb98bb8ed21c814916b999f6e
TERMUX_PKG_FORCE_CMAKE=true
TERMUX_PKG_DEPENDS="libicu, libtorrent-rasterbar, openssl, qt5-qtbase"
TERMUX_PKG_BUILD_DEPENDS="qt5-qttools, qt5-qtsvg, boost, libc++"
TERMUX_PKG_DEPENDS="libicu, libtorrent-rasterbar, openssl, qt6-qtbase"
TERMUX_PKG_BUILD_DEPENDS="qt6-qttools, qt6-qtsvg, boost, libc++"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE=newest-tag
TERMUX_PKG_UPDATE_VERSION_REGEXP='\d+\.\d+\.\d+'
Expand Down
2 changes: 1 addition & 1 deletion x11-packages/qbittorrent/qbittorrent-nox.subpackage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
TERMUX_SUBPKG_INCLUDE='bin/qbittorrent-nox share/man/man1/qbittorrent-nox.1.gz'
TERMUX_SUBPKG_DESCRIPTION='A Qt based BitTorrent client - headless version'
TERMUX_SUBPKG_DEPENDS='libicu, libtorrent-rasterbar, openssl, qt5-qtbase'
TERMUX_SUBPKG_DEPENDS='libicu, libtorrent-rasterbar, openssl, qt6-qtbase'

0 comments on commit e84d696

Please sign in to comment.