diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-23 11:32:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-23 12:17:09 +0000 |
commit | 90da634eb94acc798af253fc4ee1a6ddb6e95353 (patch) | |
tree | f73d98631c4585e35297cc18fd2ee44500ab7fc0 | |
parent | 7e1acd670bab24444888b681ee005198c7fe3ae5 (diff) | |
download | aports-90da634eb94acc798af253fc4ee1a6ddb6e95353.tar.bz2 aports-90da634eb94acc798af253fc4ee1a6ddb6e95353.tar.xz |
main/linux-firmware: upgrade to 20200421 and update cypress fmac
fixes #11407
-rw-r--r-- | main/linux-firmware/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/linux-firmware/APKBUILD b/main/linux-firmware/APKBUILD index 04fcb72a3a..b97227cba6 100644 --- a/main/linux-firmware/APKBUILD +++ b/main/linux-firmware/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Oliver Smith <ollieparanoid@postmarketos.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=linux-firmware -pkgver=20191215 +pkgver=20200421 pkgrel=0 pkgdesc="firmware files for linux" #url="https://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary" @@ -16,9 +16,9 @@ options="!strip !check !archcheck !tracedeps !spdx" _rpi_bt=fff76cb15527c435ce99a9787848eacd6288282c -# cypress fmac: https://community.cypress.com/docs/DOC-17441 +# cypress fmac: https://community.cypress.com/docs/DOC-19375 source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-${pkgver}.tar.gz - https://community.cypress.com/servlet/JiveServlet/download/17441-2-50210/cypress-fmac-v4.14.77-2019_1031.zip + https://community.cypress.com/servlet/JiveServlet/download/19375-1-53475/cypress-fmac-v5.4.18-2020_0402.zip BCM43430A1.hcd.${_rpi_bt::8}::https://github.com/RPi-Distro/bluez-firmware/raw/$_rpi_bt/broadcom/BCM43430A1.hcd BCM4345C0.hcd.${_rpi_bt::8}::https://github.com/RPi-Distro/bluez-firmware/raw/$_rpi_bt/broadcom/BCM4345C0.hcd " @@ -140,7 +140,7 @@ none() { } -sha512sums="c54051447c1959e621e49d00c73e4b24a3a01b62b57e4bb73e093382d7d3d0c3838773dc5d1c004033af16299d647c000f06b6c9dc96da546fc3ceda0c3811f9 linux-firmware-20191215.tar.gz -53fd07c4db0ed44c3790bdf758e272ea63afc21ac6c26a886e7518ab571699b5d420dfee04f17a35d3c1d9fd743f50e5fbb23ad23bbfa8dbecccf1c7257c0ba9 cypress-fmac-v4.14.77-2019_1031.zip +sha512sums="3f8ec2150f9895381e71cb0d0d403694784c4a50f164da59d338dbb37bb643150bed2c6de4729d37f25989b8e799475a53319882c05a06d3eadcc4c349082162 linux-firmware-20200421.tar.gz +d3d976799f43b3b344305959b10d220709f6881cec102dfe391347869748f76d517d1b0d31076e2baa9759cb6a622eb5fc6f4fe45d6d3151974725e254255afa cypress-fmac-v5.4.18-2020_0402.zip a7b37bce092367125e390017bb0329c3b7f8fa891cf30d422ee73ce53d0592d4ff0fc2e2a94a87eefb641d5dd8631fae1cc46664224dea987ca04b68a8af8519 BCM43430A1.hcd.fff76cb1 a52fdb876131affa85b39434d619580c0e1605094992ffa3bb321af387dd79739736842dea9ffa759e6658aecde40eda6b06d93dbb58234a4b126b756c28521e BCM4345C0.hcd.fff76cb1" |