jedisct1 / minisign

A dead simple tool to sign files and verify digital signatures.
https://jedisct1.github.io/minisign/
Other
2.05k stars 117 forks source link

Windows binaries for version 0.11 have been updated? #144

Closed Skycoder42 closed 2 months ago

Skycoder42 commented 3 months ago

Hi :)

I saw that the windows binaries have been updated 5 days ago. However, there are no changes in the code. I was wondering why they have been updated and just wanted to make sure nothing fishy is going on, as attacks on GitHub repositories have been on the rise lately and this is a security critical application.

jedisct1 commented 3 months ago

Nothing fishy. It's just been recompiled without optimizations to hopefully adresses the screenshots from https://github.com/jedisct1/minisign/issues/143

Skycoder42 commented 3 months ago

Thank you for the clarification :)

Skycoder42 commented 3 months ago

On that notice: Is there a reason you renamed the release binaries? Originally, it was called minisign-0.11-win64.zip, now the "0.11" is missing. This confuses my install script, as it expects the downloads to all be named minisign-<version>-<platform>. Could you please rename the binaries again?

Ra2-IFV commented 2 months ago

Agree, I'm using scoop too, the error is quite annoying.
@jedisct1 Can you update artifact names?

jedisct1 commented 2 months ago

Done!

Ra2-IFV commented 2 months ago

Thanks! It's a nice project, keep it up!