From a38bef1be5d9d4d0359e19fe8fedc839c0d8a9dc Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 27 Nov 2021 13:28:02 +0100 Subject: [PATCH] main/crust: fix upstream source url Source URL has moved. This is the same version, the checksum of the tarball is the same. I've verified, that this builds. [ci:skip-vercheck] Related: https://builds.sr.ht/~postmarketos/job/636792#task-pmbootstrap_build-343 --- main/crust/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/crust/APKBUILD b/main/crust/APKBUILD index 8f920da15..f37af9181 100644 --- a/main/crust/APKBUILD +++ b/main/crust/APKBUILD @@ -7,8 +7,7 @@ arch="aarch64" url="https://github.com/crust-firmware/crust" license="BSD-1-Clause AND BSD-3-Clause AND GPL-2.0-only and MIT" makedepends="gcc-or1k-elf binutils-or1k-elf dtc bison flex" -source="https://github.com/crust-firmware/crust/archive/v$pkgver/crust-v$pkgver.tar.gz -" +source="crust-v$pkgver.tar.gz::https://github.com/crust-firmware/crust/archive/refs/tags/v$pkgver.tar.gz" options="!check !archcheck !tracedeps pmb:cross-native" # No tests build() {