summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBao Trinh2023-04-06 08:31:53 -0500
committerBao Trinh2023-04-06 08:31:53 -0500
commit63ecf6f91c1c7ed1f148061cfc3975d481e1281c (patch)
tree4e3f20b4e0384f8c4f50b96473ac417d659b74e4
parent3ba683401c558d340b3d0ece156fddf05b8fcc6f (diff)
downloadaur-63ecf6f91c1c7ed1f148061cfc3975d481e1281c.tar.gz
1.7.23016.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82d3f651c536..e328814b3032 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qbittorrent-cli
pkgdesc = Command line interface for QBittorrent
- pkgver = 1.7.22315.1
+ pkgver = 1.7.23016.1
pkgrel = 1
url = https://github.com/fedarovich/qbittorrent-cli
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = qbittorrent-cli
license = MIT
depends = dotnet-runtime>=6.0
options = !strip
- source_x86_64 = https://github.com/fedarovich/qbittorrent-cli/releases/download/v1.7.22315.1/qbt-linux-x64-net6-1.7.22315.1.tar.gz
- sha256sums_x86_64 = 86852eb70f45e0c5e25f6bb663a2015810b908c2101f199b0798d50dbbf99fd2
- source_arm = https://github.com/fedarovich/qbittorrent-cli/releases/download/v1.7.22315.1/qbt-linux-arm-net6-1.7.22315.1.tar.gz
- sha256sums_arm = 7644acbd0b7075a0fabab5a8f49d673da3e2ae64d86b819934fc621972c4e857
- source_aarch64 = https://github.com/fedarovich/qbittorrent-cli/releases/download/v1.7.22315.1/qbt-linux-arm64-net6-1.7.22315.1.tar.gz
- sha256sums_aarch64 = 7a8274c796c7132fea1dc5d9974588f8ab19632fe5040ac531486524fc7a6ba5
+ source_x86_64 = https://github.com/fedarovich/qbittorrent-cli/releases/download/v1.7.23016.1/qbt-linux-x64-net6-1.7.23016.1.tar.gz
+ sha256sums_x86_64 = 26a345a380657ea5be19e19c09e71571b4e11fd5c512e380f992b1665ec76637
+ source_arm = https://github.com/fedarovich/qbittorrent-cli/releases/download/v1.7.23016.1/qbt-linux-arm-net6-1.7.23016.1.tar.gz
+ sha256sums_arm = 245dd819a01825c3e063e534987e21a15325319c4c2ba663e1c8c0a8a9f09104
+ source_aarch64 = https://github.com/fedarovich/qbittorrent-cli/releases/download/v1.7.23016.1/qbt-linux-arm64-net6-1.7.23016.1.tar.gz
+ sha256sums_aarch64 = 5bd6284e8b91b39758e0c54a97b130f71a3882f1b57bd3987be38f62bd997b2c
pkgname = qbittorrent-cli
diff --git a/PKGBUILD b/PKGBUILD
index f6ecbb3af1ee..346816b4c739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bao Trinh <qubidt@gmail.com>
pkgname=qbittorrent-cli
-pkgver=1.7.22315.1
+pkgver=1.7.23016.1
pkgrel=1
pkgdesc='Command line interface for QBittorrent '
arch=('x86_64' 'arm' 'aarch64')
@@ -11,9 +11,9 @@ depends=('dotnet-runtime>=6.0')
source_x86_64=("https://github.com/fedarovich/qbittorrent-cli/releases/download/v${pkgver}/qbt-linux-x64-net6-${pkgver}.tar.gz")
source_arm=("https://github.com/fedarovich/qbittorrent-cli/releases/download/v${pkgver}/qbt-linux-arm-net6-${pkgver}.tar.gz")
source_aarch64=("https://github.com/fedarovich/qbittorrent-cli/releases/download/v${pkgver}/qbt-linux-arm64-net6-${pkgver}.tar.gz")
-sha256sums_x86_64=('86852eb70f45e0c5e25f6bb663a2015810b908c2101f199b0798d50dbbf99fd2')
-sha256sums_arm=('7644acbd0b7075a0fabab5a8f49d673da3e2ae64d86b819934fc621972c4e857')
-sha256sums_aarch64=('7a8274c796c7132fea1dc5d9974588f8ab19632fe5040ac531486524fc7a6ba5')
+sha256sums_x86_64=('26a345a380657ea5be19e19c09e71571b4e11fd5c512e380f992b1665ec76637')
+sha256sums_arm=('245dd819a01825c3e063e534987e21a15325319c4c2ba663e1c8c0a8a9f09104')
+sha256sums_aarch64=('5bd6284e8b91b39758e0c54a97b130f71a3882f1b57bd3987be38f62bd997b2c')
options=('!strip')
package() {