system/fwupd: Updated for version 1.2.6.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2019-03-29 08:43:30 +13:00 committed by Willy Sudiarto Raharjo
parent edf9f59e18
commit 45619b387a
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 5 additions and 5 deletions

View file

@ -7,4 +7,4 @@ Options (all default to false):
ENABLE_UEFI: true|false - requires pygobject3-python3 python3-pillow
py3cairo
https://github.com/hughsie/fwupd/blob/1.2.5/meson_options.txt
https://github.com/hughsie/fwupd/blob/1.2.6/meson_options.txt

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fwupd
VERSION=${VERSION:-1.2.5}
VERSION=${VERSION:-1.2.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="fwupd"
VERSION="1.2.5"
VERSION="1.2.6"
HOMEPAGE="https://www.fwupd.org"
DOWNLOAD="https://github.com/hughsie/fwupd/archive/1.2.5/fwupd-1.2.5.tar.gz"
MD5SUM="fcf7263ca9bae4b845dcd1fc4ad0a168"
DOWNLOAD="https://github.com/hughsie/fwupd/archive/1.2.6/fwupd-1.2.6.tar.gz"
MD5SUM="90edcb71e700127a799e7cdc411fc892"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libxmlb libgusb efivar json-glib gcab"