mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/fwupd to 1.9.21-1
This commit is contained in:
parent
55075db815
commit
17f13f6d11
2 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = fwupd
|
||||
pkgdesc = Simple daemon to allow session software to update firmware
|
||||
pkgver = 1.9.20
|
||||
pkgver = 1.9.21
|
||||
pkgrel = 1
|
||||
url = https://github.com/fwupd/fwupd
|
||||
arch = x86_64
|
||||
|
@ -51,14 +51,14 @@ pkgbase = fwupd
|
|||
depends = tpm2-tss
|
||||
depends = xz
|
||||
depends = zlib
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.20/fwupd-1.9.20.tar.xz
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.20/fwupd-1.9.20.tar.xz.asc
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.21/fwupd-1.9.21.tar.xz
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.21/fwupd-1.9.21.tar.xz.asc
|
||||
source = fwupd.sysusers
|
||||
validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
|
||||
sha512sums = 3854421b99e4f6869f840bdf601d3fb61a60ef2875f829858809631f22d24060184c424ef7406ff7ede50ad7a2bcd8b93793244c84d88d2269776f0c26846ee9
|
||||
sha512sums = 1804547a8f683144b1c14087cddbf5c206f3c02ae697fd6852443a505fb412c564d2185f37a28b2f3880af3ab19e6301d9c5dfbbe6c7b63d078bc1c549bd9a36
|
||||
sha512sums = SKIP
|
||||
sha512sums = 637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb
|
||||
b2sums = da9c47df676fc6da059e6a2df60891ff3d9141280ee3be58079c7e07ea785e3129aa5140520dcb87cbd8df7833bc43c201217fac54099133cbab0143fc5dfae8
|
||||
b2sums = 1856137b65f4411ec7f5f66d6afa786505726b6dbf65872dea7e26116e8df1c0afd8a506fdf7574770657223fd86235731ba55d6effa7a673832ded367ba1197
|
||||
b2sums = SKIP
|
||||
b2sums = e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ pkgname=(
|
|||
fwupd
|
||||
fwupd-docs
|
||||
)
|
||||
pkgver=1.9.20
|
||||
pkgver=1.9.21
|
||||
pkgrel=1
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
|
@ -72,10 +72,10 @@ source=(
|
|||
"https://github.com/fwupd/fwupd/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
|
||||
fwupd.sysusers
|
||||
)
|
||||
sha512sums=('3854421b99e4f6869f840bdf601d3fb61a60ef2875f829858809631f22d24060184c424ef7406ff7ede50ad7a2bcd8b93793244c84d88d2269776f0c26846ee9'
|
||||
sha512sums=('1804547a8f683144b1c14087cddbf5c206f3c02ae697fd6852443a505fb412c564d2185f37a28b2f3880af3ab19e6301d9c5dfbbe6c7b63d078bc1c549bd9a36'
|
||||
'SKIP'
|
||||
'637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb')
|
||||
b2sums=('da9c47df676fc6da059e6a2df60891ff3d9141280ee3be58079c7e07ea785e3129aa5140520dcb87cbd8df7833bc43c201217fac54099133cbab0143fc5dfae8'
|
||||
b2sums=('1856137b65f4411ec7f5f66d6afa786505726b6dbf65872dea7e26116e8df1c0afd8a506fdf7574770657223fd86235731ba55d6effa7a673832ded367ba1197'
|
||||
'SKIP'
|
||||
'e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
|
Loading…
Reference in a new issue