From ca3b6c1ca0be1b02efc6fa7b4c9f2ac67a284920 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Sun, 3 Mar 2019 15:16:03 +0000 Subject: [PATCH] Syncthing-fork - update Go version Fix https://gitlab.com/fdroid/fdroiddata/merge_requests/4270 --- metadata/com.github.catfriend1.syncthingandroid.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/com.github.catfriend1.syncthingandroid.yml b/metadata/com.github.catfriend1.syncthingandroid.yml index e69a131587..fffc222b68 100644 --- a/metadata/com.github.catfriend1.syncthingandroid.yml +++ b/metadata/com.github.catfriend1.syncthingandroid.yml @@ -694,8 +694,8 @@ Builds: - syncthing/src/github.com/syncthing/syncthing/lib/model/testdata prebuild: sed -i -e '/signingConfig/d' app/build.gradle build: - - wget -O go.tgz https://dl.google.com/go/go1.9.7.linux-amd64.tar.gz - - echo '88573008f4f6233b81f81d8ccf92234b4f67238df0f0ab173d75a302a1f3d6ee go.tgz' + - wget -O go.tgz https://dl.google.com/go/go1.11.4.linux-amd64.tar.gz + - echo 'fb26c30e6a04ad937bbc657a1b5bba92f80096af1e8ee6da6430c045a8db3a5b go.tgz' | shasum -c - - tar xf go.tgz - PATH="$PWD/go/bin:$PATH" gradle buildNative