mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
1.13.0
This commit is contained in:
parent
3716752f3e
commit
96daa743ca
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = qui-bin
|
||||
pkgdesc = A modern alternative webUI for qBittorrent (Pre-compiled binary)
|
||||
pkgver = 1.12.0
|
||||
pkgver = 1.13.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/autobrr/qui
|
||||
arch = x86_64
|
||||
|
|
@ -14,9 +14,9 @@ pkgbase = qui-bin
|
|||
sha256sums = d52299510cf4845f0514eefd492b01c33bc2cd2819c2be9dc157f50f67462bd2
|
||||
sha256sums = ac49b4d6ae748334f7fa360d8dd58c7cd09ba5e062249666ab380d451b7925dd
|
||||
sha256sums = 3bacde8867fbb7b6d566666b635589579c1cc079cd23418284f43a7b37f0c41b
|
||||
source_x86_64 = https://github.com/autobrr/qui/releases/download/v1.12.0/qui_1.12.0_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = abcc7f6861e4738a01604e8998fb44e7828667457546bf1c4e38b81f0f2c3d2e
|
||||
source_aarch64 = https://github.com/autobrr/qui/releases/download/v1.12.0/qui_1.12.0_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 3e3c3a7edea077470723dca4e4a5ad56dc1a884cb908db5fbab7a2df97944cce
|
||||
source_x86_64 = https://github.com/autobrr/qui/releases/download/v1.13.0/qui_1.13.0_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 71899b0e6de7b7f3b57161981237b6e7f99d6108f75ed94bf8bea4e5671b8a71
|
||||
source_aarch64 = https://github.com/autobrr/qui/releases/download/v1.13.0/qui_1.13.0_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = cd30117e6600ddd88e39eb4f49a9bfaf0c4345081b2563a6c1aa78ca23f071d9
|
||||
|
||||
pkgname = qui-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Aaron Coach <aur@awc.id.au>
|
||||
_pkgname=qui
|
||||
pkgname="${_pkgname}-bin"
|
||||
pkgver=1.12.0
|
||||
pkgver=1.13.0
|
||||
pkgrel=1
|
||||
pkgdesc="A modern alternative webUI for qBittorrent (Pre-compiled binary)"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
@ -19,8 +19,8 @@ source=(
|
|||
sha256sums=('d52299510cf4845f0514eefd492b01c33bc2cd2819c2be9dc157f50f67462bd2'
|
||||
'ac49b4d6ae748334f7fa360d8dd58c7cd09ba5e062249666ab380d451b7925dd'
|
||||
'3bacde8867fbb7b6d566666b635589579c1cc079cd23418284f43a7b37f0c41b')
|
||||
sha256sums_x86_64=('abcc7f6861e4738a01604e8998fb44e7828667457546bf1c4e38b81f0f2c3d2e')
|
||||
sha256sums_aarch64=('3e3c3a7edea077470723dca4e4a5ad56dc1a884cb908db5fbab7a2df97944cce')
|
||||
sha256sums_x86_64=('71899b0e6de7b7f3b57161981237b6e7f99d6108f75ed94bf8bea4e5671b8a71')
|
||||
sha256sums_aarch64=('cd30117e6600ddd88e39eb4f49a9bfaf0c4345081b2563a6c1aa78ca23f071d9')
|
||||
|
||||
source_x86_64=(
|
||||
"${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_x86_64.tar.gz"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue