mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/fwupd to 1.9.12-1
This commit is contained in:
parent
c36da4b4fc
commit
5da247da2b
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.11
|
||||
pkgrel = 2
|
||||
pkgver = 1.9.12
|
||||
pkgrel = 1
|
||||
url = https://github.com/fwupd/fwupd
|
||||
arch = x86_64
|
||||
license = LGPL-2.1-or-later
|
||||
|
@ -43,14 +43,14 @@ pkgbase = fwupd
|
|||
depends = python
|
||||
depends = shared-mime-info
|
||||
depends = tpm2-tss
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.11/fwupd-1.9.11.tar.xz
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.11/fwupd-1.9.11.tar.xz.asc
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.12/fwupd-1.9.12.tar.xz
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.12/fwupd-1.9.12.tar.xz.asc
|
||||
source = fwupd.sysusers
|
||||
validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
|
||||
sha512sums = e7847d402ad31781a322c4824ecc81b5caaafc95999729eb2bd49263f5bbf8d7205f5af7a1502e15fb3f30dc3a193e9a7ebee65377299870b434965b33f75b48
|
||||
sha512sums = d0b2db6fb9dc231022b8109e0c62b682173a89755e759972f6e4b33fa9a8c31426b3bef3fab9b931ef591adcc867962e8251632223e5460122ea499df636b214
|
||||
sha512sums = SKIP
|
||||
sha512sums = 637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb
|
||||
b2sums = f7fa090e6b7eebe6c5db3cf98423bd7c36e5b3441676a3e9ec1c0e6b7cedbe456992e494a6d86e0d83f3a3da4615e7c16e6f403fcf462665ca565016e00455d9
|
||||
b2sums = f5679c128cd4c4278c47fb098b0d38d7c4d0a8a0f4f0421b72b1cca934622ecb9d1974f7b67f49f9c9c2f805664d3c16ff6861c0572c95a863b4ebd7858e0a78
|
||||
b2sums = SKIP
|
||||
b2sums = e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
# - remove makedepend on pandoc, meson with -Dman=false
|
||||
|
||||
pkgname=(fwupd fwupd-docs)
|
||||
pkgver=1.9.11
|
||||
pkgrel=2
|
||||
pkgver=1.9.12
|
||||
pkgrel=1
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
url='https://github.com/fwupd/fwupd'
|
||||
|
@ -57,10 +57,10 @@ source=(
|
|||
"https://github.com/fwupd/fwupd/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
|
||||
fwupd.sysusers
|
||||
)
|
||||
sha512sums=('e7847d402ad31781a322c4824ecc81b5caaafc95999729eb2bd49263f5bbf8d7205f5af7a1502e15fb3f30dc3a193e9a7ebee65377299870b434965b33f75b48'
|
||||
sha512sums=('d0b2db6fb9dc231022b8109e0c62b682173a89755e759972f6e4b33fa9a8c31426b3bef3fab9b931ef591adcc867962e8251632223e5460122ea499df636b214'
|
||||
'SKIP'
|
||||
'637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb')
|
||||
b2sums=('f7fa090e6b7eebe6c5db3cf98423bd7c36e5b3441676a3e9ec1c0e6b7cedbe456992e494a6d86e0d83f3a3da4615e7c16e6f403fcf462665ca565016e00455d9'
|
||||
b2sums=('f5679c128cd4c4278c47fb098b0d38d7c4d0a8a0f4f0421b72b1cca934622ecb9d1974f7b67f49f9c9c2f805664d3c16ff6861c0572c95a863b4ebd7858e0a78'
|
||||
'SKIP'
|
||||
'e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
|
Loading…
Reference in a new issue