system/fwupd: Updated for version 1.9.12.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d55679c754
commit
d48e4e09b9
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for fwupd
|
||||
|
||||
# Copyright 2017-2022 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2022-2023 Andrew Clemons, Tokyo Japan
|
||||
# Copyright 2022-2024 Andrew Clemons, Tokyo Japan
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=fwupd
|
||||
VERSION=${VERSION:-1.9.10}
|
||||
VERSION=${VERSION:-1.9.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fwupd"
|
||||
VERSION="1.9.10"
|
||||
VERSION="1.9.12"
|
||||
HOMEPAGE="https://www.fwupd.org"
|
||||
DOWNLOAD="https://github.com/fwupd/fwupd/archive/1.9.10/fwupd-1.9.10.tar.gz"
|
||||
MD5SUM="a929be855112e058ed38ebd415e9eb6d"
|
||||
DOWNLOAD="https://github.com/fwupd/fwupd/archive/1.9.12/fwupd-1.9.12.tar.gz"
|
||||
MD5SUM="37ed2352146d1caf78f9c453b1b905ac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gcab libjcat libxmlb libgusb libsmbios pefile protobuf-c python3-toml python3-meson-opt python3-typogrify"
|
||||
|
|
Loading…
Reference in New Issue