diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-02 11:17:11 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-02 13:09:19 -0300 |
commit | faa2d2cd8652d875b2429e3e05dcb89130810323 (patch) | |
tree | 19ab5e79428332a62447eaef2e3fcfaeb85e3b61 /community | |
parent | 5d5b0d1a080fba9d4bd0270a7b27ef32cd2de3ac (diff) | |
download | aports-faa2d2cd8652d875b2429e3e05dcb89130810323.tar.bz2 aports-faa2d2cd8652d875b2429e3e05dcb89130810323.tar.xz |
community/fwupd: upgrade to 1.3.3
Diffstat (limited to 'community')
-rw-r--r-- | community/fwupd/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/fwupd/APKBUILD b/community/fwupd/APKBUILD index d4e912bbd3..d5bd76c7b8 100644 --- a/community/fwupd/APKBUILD +++ b/community/fwupd/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=fwupd -pkgver=1.3.2 +pkgver=1.3.3 pkgrel=0 pkgdesc="Firmware update daemon" url="https://fwupd.org/" @@ -49,6 +49,7 @@ build() { -Dplugin_uefi=true \ -Dplugin_nvme=true \ -Dplugin_modem_manager=false \ + -Dplugin_coreboot=true \ -Dsystemd=false \ -Delogind=false \ -Dtests=true \ @@ -68,6 +69,6 @@ package() { install -Dm755 "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname } -sha512sums="5b302d0ba1eb10f3ec440ed1a5ad25b5a9398c7601dc2e058d0df57e16a2e3b65ab3b7e93a07300e3db21789909fc2a72feebab0271fa0669dd792f290506c1b fwupd-1.3.2.tar.gz +sha512sums="b8f0d88fa9c1c8219dd040775d76207f1be87294ebb5f38043b77a670a1601cc597a711f5635aa3d164a08ee0dd068dd22514acae96f6fc5ad20d35099d02f50 fwupd-1.3.3.tar.gz ad569d342cf14290d4924582af92c7d634139cf04eb1d981b4a4573ed56a8f9115914adefa925c8486e1126dd4fbed36a786aad4afd07de14dd6cbdf7982b766 fwupd.initd 0298319cb5249326ef2576612165a1c4775128fcbd58a19367385816873b56d59cfdcc2d0ef8c95e92fc7a454974aede361de43f132c024272cb5fce7b6dbbcb fixes.patch" |