mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/fwupd to 1.9.22-1
This commit is contained in:
parent
c80b868890
commit
86076eb065
2 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = fwupd
|
||||
pkgdesc = Simple daemon to allow session software to update firmware
|
||||
pkgver = 1.9.21
|
||||
pkgrel = 3
|
||||
pkgver = 1.9.22
|
||||
pkgrel = 1
|
||||
url = https://github.com/fwupd/fwupd
|
||||
arch = x86_64
|
||||
license = LGPL-2.1-or-later
|
||||
|
@ -52,14 +52,14 @@ pkgbase = fwupd
|
|||
depends = tpm2-tss
|
||||
depends = xz
|
||||
depends = zlib
|
||||
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 = https://github.com/fwupd/fwupd/releases/download/1.9.22/fwupd-1.9.22.tar.xz
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.22/fwupd-1.9.22.tar.xz.asc
|
||||
source = fwupd.sysusers
|
||||
validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
|
||||
sha512sums = 1804547a8f683144b1c14087cddbf5c206f3c02ae697fd6852443a505fb412c564d2185f37a28b2f3880af3ab19e6301d9c5dfbbe6c7b63d078bc1c549bd9a36
|
||||
sha512sums = 8141431ce04a9d141868c9a9137ec749d1b8fd754abafc5b1959ca8205e739e2c66bd967db054de3d9cd750081922a8ed51fc4831d6bd295fcc13d8781a5d8ab
|
||||
sha512sums = SKIP
|
||||
sha512sums = 637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb
|
||||
b2sums = 1856137b65f4411ec7f5f66d6afa786505726b6dbf65872dea7e26116e8df1c0afd8a506fdf7574770657223fd86235731ba55d6effa7a673832ded367ba1197
|
||||
b2sums = 434fa15718206caf9ab08474459df136e7e2a8f7dfed99240ac07f54fd2e4d042bab7009a05db9485460740956f8cf8971e216812cf710799921d3ce3103dd0b
|
||||
b2sums = SKIP
|
||||
b2sums = e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ pkgname=(
|
|||
fwupd
|
||||
fwupd-docs
|
||||
)
|
||||
pkgver=1.9.21
|
||||
pkgrel=3
|
||||
pkgver=1.9.22
|
||||
pkgrel=1
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
url='https://github.com/fwupd/fwupd'
|
||||
|
@ -73,10 +73,10 @@ source=(
|
|||
"https://github.com/fwupd/fwupd/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
|
||||
fwupd.sysusers
|
||||
)
|
||||
sha512sums=('1804547a8f683144b1c14087cddbf5c206f3c02ae697fd6852443a505fb412c564d2185f37a28b2f3880af3ab19e6301d9c5dfbbe6c7b63d078bc1c549bd9a36'
|
||||
sha512sums=('8141431ce04a9d141868c9a9137ec749d1b8fd754abafc5b1959ca8205e739e2c66bd967db054de3d9cd750081922a8ed51fc4831d6bd295fcc13d8781a5d8ab'
|
||||
'SKIP'
|
||||
'637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb')
|
||||
b2sums=('1856137b65f4411ec7f5f66d6afa786505726b6dbf65872dea7e26116e8df1c0afd8a506fdf7574770657223fd86235731ba55d6effa7a673832ded367ba1197'
|
||||
b2sums=('434fa15718206caf9ab08474459df136e7e2a8f7dfed99240ac07f54fd2e4d042bab7009a05db9485460740956f8cf8971e216812cf710799921d3ce3103dd0b'
|
||||
'SKIP'
|
||||
'e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
|
Loading…
Reference in a new issue