Skip to content

Commit

Permalink
main/qbittorrent: update to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Sep 30, 2024
1 parent 1a6c84c commit ed4ebab
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions main/qbittorrent/template.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
pkgname = "qbittorrent"
pkgver = "4.6.7"
pkgver = "5.0.0"
pkgrel = 0
build_style = "cmake"
configure_args = [
"-DQT6=ON",
"-DSTACKTRACE=OFF",
]
configure_args = ["-DSTACKTRACE=OFF"]
hostmakedepends = [
"cmake",
"ninja",
Expand All @@ -26,7 +23,7 @@
license = "GPL-2.0-or-later"
url = "https://www.qbittorrent.org"
source = f"https://github.com/qbittorrent/qBittorrent/archive/refs/tags/release-{pkgver}.tar.gz"
sha256 = "bfda6e6d57d419ec2c61162327988ea919f55ee7a80700b3754793a6d7f3545c"
sha256 = "9a24a6b95e9afac826295b8203685a515b13e77eb98bb8ed21c814916b999f6e"
# CFI: BitTorrent::SessionImpl::SessionImpl crash
hardening = ["vis", "!cfi"]
# don't build
Expand Down

0 comments on commit ed4ebab

Please sign in to comment.