mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/fwupd to 1.9.15-1
This commit is contained in:
parent
9bd3ad4bee
commit
f5300287e2
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.14
|
||||
pkgver = 1.9.15
|
||||
pkgrel = 1
|
||||
url = https://github.com/fwupd/fwupd
|
||||
arch = x86_64
|
||||
|
@ -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.14/fwupd-1.9.14.tar.xz
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.14/fwupd-1.9.14.tar.xz.asc
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.15/fwupd-1.9.15.tar.xz
|
||||
source = https://github.com/fwupd/fwupd/releases/download/1.9.15/fwupd-1.9.15.tar.xz.asc
|
||||
source = fwupd.sysusers
|
||||
validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
|
||||
sha512sums = 582813ce5d61e10d0774195bc0e5abdf0f0ce103417df4a90a0c94ed6c124cd1bcad3118ba6f9f2054b156c0b85fc66edcbcced70dfefe616c2689257e8beeb1
|
||||
sha512sums = 3b5c696510f44e800dad683903eda5a18ff39774093587df7246b1fec7d243471e72b46a34c0dd721cf63e3f88f072432d8e87a85be17b19ebce7a58a9550724
|
||||
sha512sums = SKIP
|
||||
sha512sums = 637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb
|
||||
b2sums = d2e8ef60d751e56279428cd681769b8b6132148d87ad18beb8b355d10d03519da3d520f7f3f5a72b50591957b00176e80a4b26a472ed2305d39986b56adbbbc3
|
||||
b2sums = 05cfe77b8fa3037411482f3b3a9ece02aa1a5b6c8de366127200c4b8466398a0fcc243aadde819887d51ae06e64921f481d93b106a403cfa9f4d3fb1ebbd2fec
|
||||
b2sums = SKIP
|
||||
b2sums = e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# - remove makedepend on pandoc, meson with -Dman=false
|
||||
|
||||
pkgname=(fwupd fwupd-docs)
|
||||
pkgver=1.9.14
|
||||
pkgver=1.9.15
|
||||
pkgrel=1
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
|
@ -57,10 +57,10 @@ source=(
|
|||
"https://github.com/fwupd/fwupd/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
|
||||
fwupd.sysusers
|
||||
)
|
||||
sha512sums=('582813ce5d61e10d0774195bc0e5abdf0f0ce103417df4a90a0c94ed6c124cd1bcad3118ba6f9f2054b156c0b85fc66edcbcced70dfefe616c2689257e8beeb1'
|
||||
sha512sums=('3b5c696510f44e800dad683903eda5a18ff39774093587df7246b1fec7d243471e72b46a34c0dd721cf63e3f88f072432d8e87a85be17b19ebce7a58a9550724'
|
||||
'SKIP'
|
||||
'637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb')
|
||||
b2sums=('d2e8ef60d751e56279428cd681769b8b6132148d87ad18beb8b355d10d03519da3d520f7f3f5a72b50591957b00176e80a4b26a472ed2305d39986b56adbbbc3'
|
||||
b2sums=('05cfe77b8fa3037411482f3b3a9ece02aa1a5b6c8de366127200c4b8466398a0fcc243aadde819887d51ae06e64921f481d93b106a403cfa9f4d3fb1ebbd2fec'
|
||||
'SKIP'
|
||||
'e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
|
Loading…
Reference in a new issue