diff --git a/README.md b/README.md index 40e254f..8825b43 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Static **[ffmpeg](https://ffmpeg.org)/ffprobe binaries for macOS, Linux, Windows.** -Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). [The ffmpeg version currently used is `5.0.1`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b5.0.1) +Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). [The ffmpeg version currently used is `6.0`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b6.0) [![npm version](https://img.shields.io/npm/v/ffmpeg-static.svg)](https://www.npmjs.com/package/ffmpeg-static) ![minimum Node.js version](https://img.shields.io/node/v/ffmpeg-static.svg) diff --git a/package-lock.json b/package-lock.json index 9322ee2..225d3dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ffmpeg-static", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ffmpeg-static", - "version": "5.1.0", + "version": "5.2.0", "license": "GPL-3.0-or-later", "workspaces": [ "packages/ffmpeg-static", diff --git a/package.json b/package.json index ce1d2de..ce579d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "ffmpeg-static", - "version": "5.1.0", + "version": "5.2.0", "description": "ffmpeg & ffprobe binaries for macOS, Linux and Windows", "workspaces": [ "packages/ffmpeg-static", @@ -16,14 +16,14 @@ "ffmpeg-static": { "binary-path-env-var": "FFMPEG_BIN", "binary-release-tag-env-var": "FFMPEG_BINARY_RELEASE", - "binary-release-tag": "b5.0.1", + "binary-release-tag": "b6.0", "binaries-url-env-var": "FFMPEG_BINARIES_URL", "executable-base-name": "ffmpeg" }, "ffprobe-static": { "binary-path-env-var": "FFPROBE_BIN", "binary-release-tag-env-var": "FFPROBE_BINARY_RELEASE", - "binary-release-tag": "b5.0.1", + "binary-release-tag": "b6.0", "binaries-url-env-var": "FFPROBE_BINARIES_URL", "executable-base-name": "ffprobe" }, diff --git a/packages/ffmpeg-static/README.md b/packages/ffmpeg-static/README.md index 6b41dc4..1b1ca21 100644 --- a/packages/ffmpeg-static/README.md +++ b/packages/ffmpeg-static/README.md @@ -2,7 +2,7 @@ Static **[ffmpeg](https://ffmpeg.org) binaries for macOS, Linux, Windows.** -Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). [The ffmpeg version currently used is `5.0.1`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b5.0.1) +Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). [The ffmpeg version currently used is `6.0`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b6.0) [![npm version](https://img.shields.io/npm/v/ffmpeg-static.svg)](https://www.npmjs.com/package/ffmpeg-static) ![minimum Node.js version](https://img.shields.io/node/v/ffmpeg-static.svg) @@ -17,7 +17,7 @@ Also check out [`node-ffmpeg-installer`](https://github.com/kribblo/node-ffmpeg- $ npm install ffmpeg-static ``` -*Note:* During installation, it will download the appropriate `ffmpeg` binary from the [`b5.0.1` GitHub release](https://github.com/eugeneware/ffmpeg-static/releases/tag/b5.0.1). Use and distribution of the binary releases of `ffmpeg` are covered by their respective license. +*Note:* During installation, it will download the appropriate `ffmpeg` binary from the [`b6.0` GitHub release](https://github.com/eugeneware/ffmpeg-static/releases/tag/b6.0). Use and distribution of the binary releases of `ffmpeg` are covered by their respective license. ### Custom binaries url diff --git a/packages/ffprobe-static/README.md b/packages/ffprobe-static/README.md index a017099..b48308a 100644 --- a/packages/ffprobe-static/README.md +++ b/packages/ffprobe-static/README.md @@ -2,7 +2,7 @@ Static **ffprobe (from the [ffmpeg](https://ffmpeg.org) project) binaries for macOS, Linux, Windows.** -Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). [The ffmpeg version currently used is `5.0.1`.](https://github.com/eugeneware/ffprobe-static/releases/tag/b5.0.1) +Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). [The ffmpeg version currently used is `6.0`.](https://github.com/eugeneware/ffprobe-static/releases/tag/b6.0) [![npm version](https://img.shields.io/npm/v/ffprobe-static.svg)](https://www.npmjs.com/package/ffprobe-static) ![minimum Node.js version](https://img.shields.io/node/v/ffprobe-static.svg) @@ -15,7 +15,7 @@ Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows $ npm install ffprobe-static ``` -*Note:* During installation, it will download the appropriate `ffprobe` binary from the [`b5.0.1` GitHub release](https://github.com/eugeneware/ffprobe-static/releases/tag/b5.0.1). Use and distribution of the binary releases of `ffprobe` are covered by their respective license. +*Note:* During installation, it will download the appropriate `ffprobe` binary from the [`b6.0` GitHub release](https://github.com/eugeneware/ffprobe-static/releases/tag/b6.0). Use and distribution of the binary releases of `ffprobe` are covered by their respective license. ### Custom binaries url