mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Bump the versions of those two packages, that must be updated in lock-step to minor-level compatible versions. For release notes, see: https://github.com/containers/aardvark-dns/releases https://github.com/containers/netavark/releases Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> [Julien: add link to release notes] Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
472 B
Makefile
16 lines
472 B
Makefile
################################################################################
|
|
#
|
|
# aardvark-dns
|
|
#
|
|
################################################################################
|
|
|
|
# When updating the version here, also update netavark in lockstep
|
|
AARDVARK_DNS_VERSION = v1.15.0
|
|
AARDVARK_DNS_SITE = https://github.com/containers/aardvark-dns
|
|
AARDVARK_DNS_SITE_METHOD = git
|
|
|
|
AARDVARK_DNS_LICENSE = Apache-2.0
|
|
AARDVARK_DNS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(cargo-package))
|