updating macOS binaries, fixing darwin-arm64 non-static build issue #331
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The currently provided darwin-arm64 build is not 100% static. On my M1 Mac when I try to run it I get missing Homebrew dependency errors similar to those mentioned in #200
This PR includes updated macOS builds for both arches. The darwin-arm64 build is from a different source (new to this repo I think), https://www.osxexperts.net/ which has been providing quality ffmpeg arm builds for several years now, and I can confirm it is a full static build (>50mb). I figured I'd also update the Intel Mac build while I was at it so I've included the latest darwin-x64 build from evermeet.cx, same source as before officially sanctioned by the FFmpeg org.
This bumps both ffprobe versions to 8.0. I don't know if you prefer to have the versions for all platforms in sync before publishing a release, but I am working on my Mac today so I've only updated those builds...