Merge pull request #201 from chrisiaut/master
fixed ffmpeg binary download url
This commit is contained in:
commit
7f01d5cfb9
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
|||
"name": "ffmpeg/ffmpeg",
|
||||
"version": "4.0.2",
|
||||
"dist": {
|
||||
"url": "https://johnvansickle.com/ffmpeg/releases/ffmpeg-4.0.2-64bit-static.tar.xz",
|
||||
"url": "https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-4.0.3-64bit-static.tar.xz",
|
||||
"type": "xz"
|
||||
},
|
||||
"bin": [
|
||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -1451,7 +1451,7 @@
|
|||
"version": "4.0.2",
|
||||
"dist": {
|
||||
"type": "xz",
|
||||
"url": "https://johnvansickle.com/ffmpeg/releases/ffmpeg-4.0.2-64bit-static.tar.xz",
|
||||
"url": "https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-4.0.3-64bit-static.tar.xz",
|
||||
"reference": null,
|
||||
"shasum": null
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue