kernel: Bump WireGuard to 0.0.20190913

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-09-15 13:58:54 +01:00
parent 0b352bae73
commit 6649327285

View File

@ -37,8 +37,8 @@ ARG KERNEL_SERIES
ARG EXTRA ARG EXTRA
ARG DEBUG ARG DEBUG
ENV WIREGUARD_VERSION=0.0.20190601 ENV WIREGUARD_VERSION=0.0.20190913
ENV WIREGUARD_SHA256="7528461824a0174bd7d4f15e68d8f0ce9a8ea318411502b80759438e8ef65568" ENV WIREGUARD_SHA256="997327185d2d1b597dc118f737c0c165e2a2c21453387ea02659f1159d148518"
ENV WIREGUARD_URL=https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${WIREGUARD_VERSION}.tar.xz ENV WIREGUARD_URL=https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${WIREGUARD_VERSION}.tar.xz
# We copy the entire directory. This copies some unneeded files, but # We copy the entire directory. This copies some unneeded files, but