Skip to content

Commit 3123f01

Browse files
committed
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.
1 parent ee71f93 commit 3123f01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MacVim/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@
13121312
<key>SUPublicDSAKeyFile</key>
13131313
<string>dsa_pub.pem</string>
13141314
<key>SUPublicEDKey</key>
1315-
<string>EnnNZOR1zR6TmKXohjTNWbToLYNE4/1qd/dtkuTE2zc=</string>
1315+
<string>Pt4zsg/8S3/mxKW7Cmt0cZFw/+2LOuXOYS93evP+Mfc=</string>
13161316
<key>NSAppleEventsUsageDescription</key>
13171317
<string>MacVim uses Apple Events to allow you to communicate with other apps using Apple Script, and to support working as an ODB external editor.</string>
13181318
<key>NSAppleScriptEnabled</key>

0 commit comments

Comments
 (0)