mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
1.11.0
This commit is contained in:
parent
72aa25917a
commit
fb2d0efde3
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,17 +1,17 @@
|
|||
pkgbase = qui-bin
|
||||
pkgdesc = A modern alternative webUI for qBittorrent (Pre-compiled binary)
|
||||
pkgver = 1.10.0
|
||||
pkgver = 1.11.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/autobrr/qui
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
provides = qui
|
||||
conflicts = qui
|
||||
source = https://github.com/autobrr/qui/releases/download/v1.10.0/qui_1.10.0_linux_x86_64.tar.gz
|
||||
source = https://github.com/autobrr/qui/releases/download/v1.11.0/qui_1.11.0_linux_x86_64.tar.gz
|
||||
source = qui.service
|
||||
source = qui.sysusers
|
||||
source = qui.tmpfiles
|
||||
sha256sums = 4e14aa6f1278bd44686ed59d7a9a63773e9111eb1c007927d3aa31a3eddc19c2
|
||||
sha256sums = a85ee380f0d5891678cf589b835a2500dc7432f091059056f24ec10bb0a27d72
|
||||
sha256sums = d52299510cf4845f0514eefd492b01c33bc2cd2819c2be9dc157f50f67462bd2
|
||||
sha256sums = ac49b4d6ae748334f7fa360d8dd58c7cd09ba5e062249666ab380d451b7925dd
|
||||
sha256sums = 3bacde8867fbb7b6d566666b635589579c1cc079cd23418284f43a7b37f0c41b
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Aaron Coach <aur@awc.id.au>
|
||||
_pkgname=qui
|
||||
pkgname="${_pkgname}-bin"
|
||||
pkgver=1.10.0
|
||||
pkgver=1.11.0
|
||||
pkgrel=1
|
||||
pkgdesc="A modern alternative webUI for qBittorrent (Pre-compiled binary)"
|
||||
arch=('x86_64')
|
||||
|
|
@ -17,7 +17,7 @@ source=(
|
|||
"${_pkgname}.tmpfiles"
|
||||
)
|
||||
|
||||
sha256sums=('4e14aa6f1278bd44686ed59d7a9a63773e9111eb1c007927d3aa31a3eddc19c2'
|
||||
sha256sums=('a85ee380f0d5891678cf589b835a2500dc7432f091059056f24ec10bb0a27d72'
|
||||
'd52299510cf4845f0514eefd492b01c33bc2cd2819c2be9dc157f50f67462bd2'
|
||||
'ac49b4d6ae748334f7fa360d8dd58c7cd09ba5e062249666ab380d451b7925dd'
|
||||
'3bacde8867fbb7b6d566666b635589579c1cc079cd23418284f43a7b37f0c41b')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue