aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-29 22:43:31 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-11-29 22:43:31 +0100
commit09bbb1a4dbc65a66bf0109ecbc90a65b989677bc (patch)
tree20a3710f13c5d26e4f223da1f9f67e64dee8cee3
parentWork around eventuality of somebody running terrible shell (diff)
downloadandroid_kernel_wireguard-09bbb1a4dbc65a66bf0109ecbc90a65b989677bc.tar.xz
android_kernel_wireguard-09bbb1a4dbc65a66bf0109ecbc90a65b989677bc.zip
Terrible drivers need this
-rwxr-xr-xfetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch.sh b/fetch.sh
index d7c53f3..6be91fe 100755
--- a/fetch.sh
+++ b/fetch.sh
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
-WIREGUARD_VERSION=d698467a75c497a5b0dcb09775b7c2e9e12e0976
+WIREGUARD_VERSION=210845cb0716ec46ace66cde4f33e64a29b4e497
LIBMNL_VERSION=1.0.4
USER_AGENT="WireGuard-AndroidROMBuild/0.1 ($(uname -a))"