Fix gopenpgp URL
This commit is contained in:
parent
75332270d6
commit
d85edff226
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ go env -w GO111MODULE=auto
|
||||||
go get golang.org/x/mobile/cmd/gomobile
|
go get golang.org/x/mobile/cmd/gomobile
|
||||||
gomobile init
|
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"
|
git apply patch/gnu-dummy.patch --directory "$GOPENPGP_PATH"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue