From f1cb5d27be766ca6686d04924f75495fca9632e4 Mon Sep 17 00:00:00 2001 From: Lysann Tranvouez Date: Tue, 10 Mar 2026 21:55:51 +0100 Subject: [PATCH] reference new version of gopenpgp with a new helper (HelperPassGetHexSubkeyIDsJSON) --- 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 98dc8bf..b851cb9 100755 --- a/scripts/gopenpgp_build.sh +++ b/scripts/gopenpgp_build.sh @@ -14,7 +14,7 @@ GOPENPGP_PATH="$CHECKOUT_PATH/gopenpgp" mkdir -p "$OUTPUT_PATH" mkdir -p "$CHECKOUT_PATH" -git clone --depth 1 --branch "$GOPENPGP_VERSION" https://github.com/mssun/gopenpgp.git "$GOPENPGP_PATH" +git clone --depth 1 --branch "$GOPENPGP_VERSION" https://forgejo.tranvouez.eu/lysann/passforios-gopenpgp.git "$GOPENPGP_PATH" pushd "$GOPENPGP_PATH" mkdir -p dist