From 1b84e28a445065637eadf20275e196f7c7b1d301 Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Sat, 14 Dec 2024 12:08:40 -0800 Subject: [PATCH] Update gopenpgp to v2.8.1 with passforios patches --- 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 7ed9c8f..98dc8bf 100755 --- a/scripts/gopenpgp_build.sh +++ b/scripts/gopenpgp_build.sh @@ -2,7 +2,7 @@ set -euox pipefail -GOPENPGP_VERSION="v2.6.0-passforios" +GOPENPGP_VERSION="v2.8.1-passforios" export GOPATH="$(pwd)/go" export PATH="$PATH:$GOPATH/bin"