From 3123f013244172e85a3ce12b2ab56e517b2bae0e Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Fri, 11 Dec 2020 19:35:10 -0800 Subject: [PATCH] Update EdDSA key for Sparkle updater, as the old one was wrong The EdDSA public key added in last release (snapshot-166) was wrong. Simply re-generate a new pair. This is not fatal as Sparkle allows for DSA-only updates for now, but fix it to have the right key so future MacVim updates can be done via EdDSA. It won't work if someone is updating directly from 166, but given enough time, that should not be very likely as people woudl have updated to the newer versions. --- src/MacVim/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index 65ad59326c..31fa2ced8a 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -1312,7 +1312,7 @@ SUPublicDSAKeyFile dsa_pub.pem SUPublicEDKey - EnnNZOR1zR6TmKXohjTNWbToLYNE4/1qd/dtkuTE2zc= + Pt4zsg/8S3/mxKW7Cmt0cZFw/+2LOuXOYS93evP+Mfc= NSAppleEventsUsageDescription MacVim uses Apple Events to allow you to communicate with other apps using Apple Script, and to support working as an ODB external editor. NSAppleScriptEnabled