From c02078e41eaf873b0498ff75de1e111ffcfb3af2 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Tue, 28 Sep 2021 00:07:32 -0700 Subject: [PATCH] Makefile: update toolchain version to use. Signed-off-by: Denton Gentry --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 55ff992..f4538f1 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,10 @@ VERSIONCODE=$(lastword $(shell grep versionCode android/build.gradle)) VERSIONCODE_PLUSONE=$(shell expr $(VERSIONCODE) + 1) # When you update TOOLCHAINREV, also update TOOLCHAINWANT -TOOLCHAINREV=edbc3e19a064177abc6efe937cb84c2a261053ab +TOOLCHAINREV=097d1284f961420864b68df0ad332f11824a3424 TOOLCHAINDIR=${HOME}/.cache/tailscale-android-go-$(TOOLCHAINREV) TOOLCHAINSUM=$(shell find $(TOOLCHAINDIR) -type f -print0 | sort -z | xargs -0 sha1sum | sha1sum | cut -d" " -f1) -TOOLCHAINWANT=91032a6740c8f28e0b1fd614b9dfc888b24cfbb1 +TOOLCHAINWANT=9b409fcc9a6c5682b93fe8804616e4362800294c export PATH := $(TOOLCHAINDIR)/go/bin:$(PATH) all: $(APK)