quicksilver / Quicksilver

Quicksilver Project Source
http://qsapp.com
Apache License 2.0
2.72k stars 283 forks source link

[Bug]: Quicksilver 2.4.0 .dmg for macOS is damaged #2906

Closed murrayE closed 1 year ago

murrayE commented 1 year ago

Before submitting your bug report, please confirm you have completed the following steps

Bug description

Multiple downloads of the .dmg for Quicksilver 2.4.0 (under macOS Monterey 12.4) give a file that macOs reports as damaged.

Steps to reproduce

1.Dowload Quicksilver 2.4.9 for macOS from https://qsapp.com/download.php 2.Double click the downloaded .dmg 3.See error message that the .dmg cannot be opened

Expected behavior

Expect to see the downloaded .dmg opneed.

MacOS Version

macOS 12

Quicksilver Version

2.4.0

Relevant Plugins

No response

Crash Logs or Spindump

No response

Screenshots

Quicksilver_bad_dmg

Additional info

No response

pjrobertson commented 1 year ago

We were running maintenance on the Quicksilver server, which should now have been fixed. Please try re-downloading from https://qsapp.com/download.php

murrayE commented 1 year ago

On 18 Jul2022, at 11:57 AM, Patrick Robertson @.***> wrote: We were running maintenance on the Quicksilver server, which should now have been fixed. Please try re-downloading from https://qsapp.com/download.php https://qsapp.com/download.php — Reply to this email directly, view it on GitHub https://github.com/quicksilver/Quicksilver/issues/2906#issuecomment-1187675956, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABILR2OYHRFWNLVNNLIY6MDVUV5IHANCNFSM534VMA2A. You are receiving this because you authored the thread.

Downloaded .dmg OK now. Thank you! —— Murray Eisenberg @.*** Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 240 246-7240 (H) University of Massachusetts
710 North Pleasant Street
Amherst, MA 01003-9305

n8henrie commented 1 year ago

Downloads and opens for me, hash matches.

$ shasum -a 256 ~/Downloads/Quicksilver\ 2.4.0.dmg 
37759ac24466688c3c089931dae32d71969ffc985ae50421f0e68657f23ce320  ~/Downloads/Quicksilver 2.4.0.dmg

For future searchers -- each release should have a checksum with a sha256 hash available at e.g. https://github.com/quicksilver/Quicksilver/releases/download/v2.4.0/checksum.txt -- please make sure your hash matches to ensure you're trying to open a properly downloaded and not tampered-with file.

Glad this is working now :)

EDIT: Alternatively, download both the dmg and checksum file, then:

$ shasum -a 256 -c checksum.txt 
Quicksilver 2.4.0.dmg: OK