mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-23 18:21:34 +01:00
app-containers/aardvark-dns: Sync with Gentoo
It's from Gentoo commit 12193a6225409bab137e0de4561a59809189473c. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
db40f1b99e
commit
5d2441db03
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2023-2024 Gentoo Authors
|
# Copyright 2023-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]]; then
|
|||||||
else
|
else
|
||||||
SRC_URI="${CARGO_CRATE_URIS}"
|
SRC_URI="${CARGO_CRATE_URIS}"
|
||||||
SRC_URI+="https://github.com/containers/aardvark-dns/releases/download/v${PV}/${PN}-v${PV}-vendor.tar.gz"
|
SRC_URI+="https://github.com/containers/aardvark-dns/releases/download/v${PV}/${PN}-v${PV}-vendor.tar.gz"
|
||||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv"
|
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# main
|
# main
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user