From de667973e997c5bdbd7840efc9480c239228f170 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 8 Jun 2025 13:17:17 +0200 Subject: [PATCH] firmware-qcom-adreno: switch source mirror Fix for: >>> firmware-qcom-adreno: Fetching https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20241110.tar.gz Connecting to git.kernel.org (172.105.64.184:443) wget: server returned error: HTTP/1.1 400 Bad Request [ci:skip-vercheck]: same checksum Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6617 --- device/community/firmware-qcom-adreno/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/community/firmware-qcom-adreno/APKBUILD b/device/community/firmware-qcom-adreno/APKBUILD index b00a4da54..dbafa50ce 100644 --- a/device/community/firmware-qcom-adreno/APKBUILD +++ b/device/community/firmware-qcom-adreno/APKBUILD @@ -6,7 +6,7 @@ url="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git arch="aarch64 armv7" license="custom" subpackages="$pkgname-doc" -source="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-$pkgver.tar.gz" +source="https://gitlab.com/kernel-firmware/linux-firmware/-/archive/$pkgver/linux-firmware-$pkgver.tar.gz" options="!check !strip !archcheck !tracedeps pmb:cross-native" builddir="$srcdir/linux-firmware-$pkgver"