Merge pull request #201 from chrisiaut/master

fixed ffmpeg binary download url
This commit is contained in:
Pierre Rudloff 2018-11-19 11:47:03 +01:00 committed by GitHub
commit 7f01d5cfb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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
View File

@ -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
},