Date: Wednesday, January 22, 2020 @ 23:41:57 Author: heftig Revision: 373816
1.4.2-1 Modified: sof-firmware/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-22 23:40:49 UTC (rev 373815) +++ PKGBUILD 2020-01-22 23:41:57 UTC (rev 373816) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=sof-firmware -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc="Sound Open Firmware" arch=(any) @@ -8,8 +8,8 @@ url="https://www.sofproject.org/" license=(custom:BSD custom:ISC) options=(!strip) -source=(ftp://ftp.alsa-project.org/pub/misc/sof/$pkgname-$pkgver.tar.bz2) -sha256sums=('8ea4701f2ce25c0653fb4099c77ce810aa6554d763449eb052f1cde04d3a0bfc') +source=(https://www.alsa-project.org/files/pub/misc/sof/$pkgname-$pkgver.tar.bz2) +sha256sums=('c5e91059375a4a45a7de5b156a8573349a20e130bf6e675adf8554f9800070da') prepare() { cd usr/lib/firmware/intel
