Skip to content

Commit

Permalink
FFmpeg => FFprobe in package descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Aug 4, 2021
1 parent 972d90a commit 2870310
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion platforms/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ffprobe-installer/darwin-x64",
"version": "4.1.0",
"description": "Mac OS X FFmpeg binary used by ffprobe-installer",
"description": "macOS FFprobe binary used by ffprobe-installer",
"homepage": "https://evermeet.cx/ffmpeg/",
"scripts": {
"test": "file ffprobe | grep -qF \"Mach-O\"",
Expand Down
2 changes: 1 addition & 1 deletion platforms/linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ffprobe-installer/linux-arm64",
"version": "4.3.2",
"description": "Linux FFmpeg binary used by ffprobe-installer",
"description": "Linux FFprobe binary used by ffprobe-installer",
"homepage": "https://www.johnvansickle.com/ffmpeg/",
"scripts": {
"test": "file ffprobe | grep -qF \"ELF 64-bit\"",
Expand Down
2 changes: 1 addition & 1 deletion platforms/linux-ia32/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ffprobe-installer/linux-ia32",
"version": "4.1.0",
"description": "Linux FFmpeg binary used by ffprobe-installer",
"description": "Linux FFprobe binary used by ffprobe-installer",
"homepage": "https://www.johnvansickle.com/ffmpeg/",
"scripts": {
"test": "file ffprobe | grep -qF \"ELF 32-bit\"",
Expand Down
2 changes: 1 addition & 1 deletion platforms/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ffprobe-installer/linux-x64",
"version": "4.1.0",
"description": "Linux FFmpeg binary used by ffprobe-installer",
"description": "Linux FFprobe binary used by ffprobe-installer",
"homepage": "https://www.johnvansickle.com/ffmpeg/",
"scripts": {
"test": "file ffprobe | grep -qF \"ELF 64-bit\"",
Expand Down

0 comments on commit 2870310

Please sign in to comment.