From fb46fb2ead176f4dee4e4442b1421a8a2e8e27d9 Mon Sep 17 00:00:00 2001 From: pokkst Date: Wed, 26 Apr 2023 10:00:01 -0500 Subject: [PATCH] Fix issues with compiling... Not really sure why this is needed now (did unbound change branch names?) --- external-libs/android64.Dockerfile | 2 +- external-libs/android64_x86.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external-libs/android64.Dockerfile b/external-libs/android64.Dockerfile index e48494c..872ded6 100644 --- a/external-libs/android64.Dockerfile +++ b/external-libs/android64.Dockerfile @@ -148,7 +148,7 @@ RUN set -x \ && make install # libunbound -ARG LIBUNBOUND_VERSION=release-1.16.1 +ARG LIBUNBOUND_VERSION=branch-1.16.1 ARG LIBUNBOUND_HASH=903538c76e1d8eb30d0814bb55c3ef1ea28164e8 RUN git clone https://github.com/NLnetLabs/unbound.git -b ${LIBUNBOUND_VERSION} RUN set -x \ diff --git a/external-libs/android64_x86.Dockerfile b/external-libs/android64_x86.Dockerfile index 60328b1..d0b70b6 100644 --- a/external-libs/android64_x86.Dockerfile +++ b/external-libs/android64_x86.Dockerfile @@ -148,7 +148,7 @@ RUN set -x \ && make install # libunbound -ARG LIBUNBOUND_VERSION=release-1.16.1 +ARG LIBUNBOUND_VERSION=branch-1.16.1 ARG LIBUNBOUND_HASH=903538c76e1d8eb30d0814bb55c3ef1ea28164e8 RUN git clone https://github.com/NLnetLabs/unbound.git -b ${LIBUNBOUND_VERSION} RUN set -x \