diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-03-08 17:29:09 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-03-10 10:29:57 +0100 |
| commit | bed5061dadf89f8112a73e495a9dfd576453dc67 (patch) | |
| tree | a1ed7ddf3b03cc93b95c58d7e51138ee70abe004 /android/fdroid-build | |
| parent | 156849174f40fb1284908193eaeaece85c14a930 (diff) | |
| download | mullvadvpn-bed5061dadf89f8112a73e495a9dfd576453dc67.tar.xz mullvadvpn-bed5061dadf89f8112a73e495a9dfd576453dc67.zip | |
Update Android Docker image
Diffstat (limited to 'android/fdroid-build')
| -rwxr-xr-x | android/fdroid-build/init.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/android/fdroid-build/init.sh b/android/fdroid-build/init.sh index 7b7d7c578d..f363372df7 100755 --- a/android/fdroid-build/init.sh +++ b/android/fdroid-build/init.sh @@ -21,9 +21,9 @@ rustup target add \ # Install Go cd "$HOME" -curl -sf -L -O https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz -echo "0804bf02020dceaa8a7d7275ee79f7a142f1996bfd0c39216ccb405f93f994c0 go1.13.3.linux-amd64.tar.gz" | sha256sum -c -tar -xzvf go1.13.3.linux-amd64.tar.gz +curl -sf -L -O https://golang.org/dl/go1.16.linux-amd64.tar.gz +echo "013a489ebb3e24ef3d915abe5b94c3286c070dfe0818d5bca8108f1d6e8440d2 go1.16.linux-amd64.tar.gz" | sha256sum -c +tar -xzvf go1.16.linux-amd64.tar.gz patch -p1 -f -N -r- -d "$HOME/go" < "$REPO_DIR/wireguard/libwg/goruntime-boottime-over-monotonic.diff" # Configure Cargo for cross-compilation |
