ncruces / RethinkRAW

RethinkRAW is an unpretentious, free RAW photo editor.
https://rethinkraw.com
MIT No Attribution
86 stars 8 forks source link

brew failed #71

Open gedw99 opened 1 month ago

gedw99 commented 1 month ago
brew install ncruces/tap/rethinkraw
==> Auto-updating Homebrew...
Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/cask).
==> New Casks
phocus

==> Tapping ncruces/tap
Cloning into '/opt/homebrew/Library/Taps/ncruces/homebrew-tap'...
remote: Enumerating objects: 297, done.
remote: Counting objects: 100% (137/137), done.
remote: Compressing objects: 100% (73/73), done.
remote: Total 297 (delta 31), reused 132 (delta 31), pack-reused 160
Receiving objects: 100% (297/297), 48.95 KiB | 1.81 MiB/s, done.
Resolving deltas: 100% (71/71), done.
Tapped 1 cask and 1 formula (14 files, 63.1KB).
==> Caveats
RethinkRAW requires Google Chrome or Microsoft Edge.

==> Downloading https://github.com/ncruces/RethinkRAW/releases/download/v0.10.5/RethinkRAW.dmg
curl: (22) The requested URL returned error: 404

Error: Download failed on Cask 'rethinkraw' with message: Download failed: https://github.com/ncruces/RethinkRAW/releases/download/v0.10.5/RethinkRAW.dmg

Probably just a version mismatch ?

gedw99 commented 1 month ago

yes the path its trying to use does not existing for the download

Looks like this is the latest DMG ?

https://github.com/ncruces/RethinkRAW/releases/tag/v0.10.7

gedw99 commented 1 month ago

btw https://github.com/ncruces/RethinkRAW/releases/download/v0.10.7/RethinkRAW.dmg installs but Mac M1 says it damaged when I try to run it.

ncruces commented 1 month ago

Oh, I haven't looked at this in a while (still use it personally though, but a local build).

Let me check when I have some time.

gedw99 commented 1 month ago

No worries.

I just wanted to have a play …

the dmg installer and packaging stuff is a pain - I know.

https://github.com/dawenxi-tech/2fa/tree/main/cmd/macapp Helps automate the DMG packaging in Golang . Used it before ..

These days I think pkg is the more trendy way to do it ..