diff --git a/platforms/darwin-arm64/ffprobe b/platforms/darwin-arm64/ffprobe index e9eeba5..9e7e735 100755 Binary files a/platforms/darwin-arm64/ffprobe and b/platforms/darwin-arm64/ffprobe differ diff --git a/platforms/darwin-arm64/package.json b/platforms/darwin-arm64/package.json index 3725552..68ad608 100644 --- a/platforms/darwin-arm64/package.json +++ b/platforms/darwin-arm64/package.json @@ -1,8 +1,8 @@ { "name": "@ffprobe-installer/darwin-arm64", - "version": "5.1.2", + "version": "8.0", "description": "Mac OS X FFmpeg binary used by ffprobe-installer", - "homepage": "https://gist.github.com/wongyiuhang/d207aaf554e1985dd283a2fa1df949af", + "homepage": "https://www.osxexperts.net/", "scripts": { "test": "file ffprobe | grep -qF \"Mach-O\"", "prepublish": "npm test", @@ -21,7 +21,7 @@ "cpu": [ "arm64" ], - "author": "Honeyside", + "author": "OSXExperts.NET", "license": "LGPL-2.1", - "ffprobe": "n5.1.2-12-g7268323193" + "ffprobe": "8.0" } diff --git a/platforms/darwin-x64/ffprobe b/platforms/darwin-x64/ffprobe index cdc42d1..330d4a2 100755 Binary files a/platforms/darwin-x64/ffprobe and b/platforms/darwin-x64/ffprobe differ diff --git a/platforms/darwin-x64/package.json b/platforms/darwin-x64/package.json index beadc5b..52b40d4 100644 --- a/platforms/darwin-x64/package.json +++ b/platforms/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@ffprobe-installer/darwin-x64", - "version": "5.1.0", + "version": "8.0", "description": "macOS FFprobe binary used by ffprobe-installer", "homepage": "https://evermeet.cx/ffmpeg/", "scripts": { @@ -23,5 +23,5 @@ ], "author": "Helmut K. C. Tessarek (https://github.com/tessus)", "license": "GPL-3.0", - "ffprobe": "20230213-f8d6d0f" + "ffprobe": "8.0-tessus" }