timvisee / ffsend

:mailbox_with_mail: Easily and securely share files from the command line. A fully featured Firefox Send client.
https://gitlab.com/timvisee/ffsend
GNU General Public License v3.0
6.92k stars 182 forks source link

Scoop release almost a year out of date #158

Closed t3dium closed 1 year ago

t3dium commented 1 year ago

ApplicationFrameHost_MRBlldgijB

From the main bucket, the ffsend version is release 0.2.73 rather than the latest 0.2.76

YDX-2147483647 commented 1 year ago

I guess there's something wrong in the release process. If you download v0.2.76 then ./ffsend-v0.2.76-windows-x64-static.exe --version, it's still ffsend 0.2.73. Moreover, the files are identical!

> sha256sum .\ffsend-*
09d923348d083c130e8e26f990ba4c90022a2b26e6a9f0c55ac78420f84089f8 *ffsend-v0.2.73-windows-x64-static.exe
09d923348d083c130e8e26f990ba4c90022a2b26e6a9f0c55ac78420f84089f8 *ffsend-v0.2.76-windows-x64-static.exe

The hash is the same as in https://github.com/ScoopInstaller/Main/blob/4fffebe4058f2ee7a0cb9ac90c2574f1722774e8/bucket/ffsend.json, so that scoop never updates it.


I suggest we close this issue as completed: According to https://github.com/timvisee/ffsend/compare/v0.2.73...v0.2.76, most *.rs didn't change, therefore it's possible that binaries compiled from v0.2.73 and v0.2.76 are same.