1.13.1 and fix licence (thanks mikewilzn)

This commit is contained in:
potatoattack 2026-01-29 10:25:52 +11:00
parent 96daa743ca
commit 75940f4dc1
2 changed files with 10 additions and 10 deletions

View file

@ -1,11 +1,11 @@
pkgbase = qui-bin
pkgdesc = A modern alternative webUI for qBittorrent (Pre-compiled binary)
pkgver = 1.13.0
pkgver = 1.13.1
pkgrel = 1
url = https://github.com/autobrr/qui
arch = x86_64
arch = aarch64
license = GPL
license = GPL-2.0-or-later
provides = qui
conflicts = qui
source = qui.service
@ -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.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
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
pkgname = qui-bin

View file

@ -1,12 +1,12 @@
# Maintainer: Aaron Coach <aur@awc.id.au>
_pkgname=qui
pkgname="${_pkgname}-bin"
pkgver=1.13.0
pkgver=1.13.1
pkgrel=1
pkgdesc="A modern alternative webUI for qBittorrent (Pre-compiled binary)"
arch=('x86_64' 'aarch64')
url="https://github.com/autobrr/qui"
license=('GPL')
license=('GPL-2.0-or-later')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
@ -19,8 +19,8 @@ source=(
sha256sums=('d52299510cf4845f0514eefd492b01c33bc2cd2819c2be9dc157f50f67462bd2'
'ac49b4d6ae748334f7fa360d8dd58c7cd09ba5e062249666ab380d451b7925dd'
'3bacde8867fbb7b6d566666b635589579c1cc079cd23418284f43a7b37f0c41b')
sha256sums_x86_64=('71899b0e6de7b7f3b57161981237b6e7f99d6108f75ed94bf8bea4e5671b8a71')
sha256sums_aarch64=('cd30117e6600ddd88e39eb4f49a9bfaf0c4345081b2563a6c1aa78ca23f071d9')
sha256sums_x86_64=('231de1865f46ce3cee3c2909401c3fb302077d8c8ffed27cd7e2d48e039d152e')
sha256sums_aarch64=('99cd052b06c06737f541797f444f9842acb4b021c48e0ff7961077046a63ffb1')
source_x86_64=(
"${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_x86_64.tar.gz"