Merge pull request #3448 from djs55/wireguard.0.0.20191212

wireguard: update to 0.0.20191212
This commit is contained in:
Rolf Neugebauer 2019-12-16 20:53:42 +00:00 committed by GitHub
commit d47bf4bb3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,8 @@ ARG KERNEL_SERIES
ARG EXTRA ARG EXTRA
ARG DEBUG ARG DEBUG
ENV WIREGUARD_VERSION=0.0.20190913 ENV WIREGUARD_VERSION=0.0.20191212
ENV WIREGUARD_SHA256="997327185d2d1b597dc118f737c0c165e2a2c21453387ea02659f1159d148518" ENV WIREGUARD_SHA256="b0d718380f7a8822b2f12d75e462fa4eafa3a77871002981f367cd4fe2a1b071"
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