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
This commit is contained in:
Oliver Smith 2021-11-27 13:28:02 +01:00
parent 7ffeea5cb7
commit a38bef1be5
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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() {