mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
1.14.0
This commit is contained in:
parent
75940f4dc1
commit
de5b115278
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.13.1
|
||||
pkgver = 1.14.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.13.1/qui_1.13.1_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 231de1865f46ce3cee3c2909401c3fb302077d8c8ffed27cd7e2d48e039d152e
|
||||
source_aarch64 = https://github.com/autobrr/qui/releases/download/v1.13.1/qui_1.13.1_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 99cd052b06c06737f541797f444f9842acb4b021c48e0ff7961077046a63ffb1
|
||||
source_x86_64 = https://github.com/autobrr/qui/releases/download/v1.14.0/qui_1.14.0_linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 3cfc44c718ad1d2f838f8dfd54d259d9e5d773c8bc0d0290b86fb719845c868f
|
||||
source_aarch64 = https://github.com/autobrr/qui/releases/download/v1.14.0/qui_1.14.0_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 0c65f83e8efc53fb44ee850620a63bc98ede2c04986781bfdc3c208667bae980
|
||||
|
||||
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.13.1
|
||||
pkgver=1.14.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=('231de1865f46ce3cee3c2909401c3fb302077d8c8ffed27cd7e2d48e039d152e')
|
||||
sha256sums_aarch64=('99cd052b06c06737f541797f444f9842acb4b021c48e0ff7961077046a63ffb1')
|
||||
sha256sums_x86_64=('3cfc44c718ad1d2f838f8dfd54d259d9e5d773c8bc0d0290b86fb719845c868f')
|
||||
sha256sums_aarch64=('0c65f83e8efc53fb44ee850620a63bc98ede2c04986781bfdc3c208667bae980')
|
||||
|
||||
source_x86_64=(
|
||||
"${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_x86_64.tar.gz"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue