From d85edff226f3014b23e3cef24e081bf1b35b49a6 Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Sun, 15 Aug 2021 08:59:35 -0700 Subject: [PATCH] Fix gopenpgp URL --- scripts/gopenpgp_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gopenpgp_build.sh b/scripts/gopenpgp_build.sh index 292b967..f1997e3 100755 --- a/scripts/gopenpgp_build.sh +++ b/scripts/gopenpgp_build.sh @@ -18,7 +18,7 @@ go env -w GO111MODULE=auto go get golang.org/x/mobile/cmd/gomobile gomobile init -git clone --depth 1 --branch "$GOPENPGP_VERSION" git@github.com:ProtonMail/gopenpgp.git "$GOPENPGP_PATH" +git clone --depth 1 --branch "$GOPENPGP_VERSION" https://github.com/ProtonMail/gopenpgp.git "$GOPENPGP_PATH" git apply patch/gnu-dummy.patch --directory "$GOPENPGP_PATH"