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:
parent
7ffeea5cb7
commit
a38bef1be5
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue