mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/fwupd to 1.9.8-1
This commit is contained in:
parent
296ff2f36b
commit
7d361da4c1
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.7
|
||||
pkgver = 1.9.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/fwupd/fwupd
|
||||
arch = x86_64
|
||||
|
@ -52,14 +52,14 @@ pkgbase = fwupd
|
|||
backup = etc/fwupd/remotes.d/lvfs.conf
|
||||
backup = etc/fwupd/remotes.d/vendor-directory.conf
|
||||
backup = etc/fwupd/remotes.d/vendor.conf
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.7/fwupd-1.9.7.tar.xz
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.7/fwupd-1.9.7.tar.xz.asc
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.8/fwupd-1.9.8.tar.xz
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.8/fwupd-1.9.8.tar.xz.asc
|
||||
source = fwupd.sysusers
|
||||
validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
|
||||
sha512sums = ad27addd5daadd62ca9ac1fd3ac28d8e68e2a3054f112258dfe77d67f63703072290043c22b2317a1149f477506b0a4e57982dba7fa1c7c895103b207f703bf8
|
||||
sha512sums = ea6a8129dcb4a2fd5eb564eda6803cc287e0c9c4a3548cd4dd6a0fc4d46f5eba8732ce9bde1625952dfb6637511bacf3f6bd40f205ae95165fe0312c47e89f7c
|
||||
sha512sums = SKIP
|
||||
sha512sums = 637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb
|
||||
b2sums = a222420aa957e20cb52e8f09270f89683d3bebb51d79940b27754ba1dbaa9b5ca46a9b10225c9f9c42ad28b7deb2dd040e3366d43568f19b1ad803572c924bd5
|
||||
b2sums = 50fb7610dced39077dc3c92065d63e7be79d5d18335029195b49d95c7025933c55d6cafb7ed79f0e9c9db86367f16fd615627a4b3ccd599318a9df3638038da9
|
||||
b2sums = SKIP
|
||||
b2sums = e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# - remove makedepend on pandoc, meson with -Dman=false
|
||||
|
||||
pkgname=fwupd
|
||||
pkgver=1.9.7
|
||||
pkgver=1.9.8
|
||||
pkgrel=1
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
|
@ -70,10 +70,10 @@ source=(
|
|||
"https://github.com/fwupd/fwupd/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
|
||||
fwupd.sysusers
|
||||
)
|
||||
sha512sums=('ad27addd5daadd62ca9ac1fd3ac28d8e68e2a3054f112258dfe77d67f63703072290043c22b2317a1149f477506b0a4e57982dba7fa1c7c895103b207f703bf8'
|
||||
sha512sums=('ea6a8129dcb4a2fd5eb564eda6803cc287e0c9c4a3548cd4dd6a0fc4d46f5eba8732ce9bde1625952dfb6637511bacf3f6bd40f205ae95165fe0312c47e89f7c'
|
||||
'SKIP'
|
||||
'637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb')
|
||||
b2sums=('a222420aa957e20cb52e8f09270f89683d3bebb51d79940b27754ba1dbaa9b5ca46a9b10225c9f9c42ad28b7deb2dd040e3366d43568f19b1ad803572c924bd5'
|
||||
b2sums=('50fb7610dced39077dc3c92065d63e7be79d5d18335029195b49d95c7025933c55d6cafb7ed79f0e9c9db86367f16fd615627a4b3ccd599318a9df3638038da9'
|
||||
'SKIP'
|
||||
'e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
|
Loading…
Reference in a new issue