diff --git a/composer.json b/composer.json index f3eafcd..c41d6d8 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "squizlabs/php_codesniffer": "~3.2.2", "phpunit/phpunit": "~6.5.2", "doctrine/instantiator": "~1.0.0", - "ffmpeg/ffmpeg": "4.0.2", + "ffmpeg/ffmpeg": "4.0.3", "rg3/youtube-dl": "2018.11.07", "heroku/heroku-buildpack-php": "*", "anam/phantomjs-linux-x86-binary": "~2.1.1" @@ -50,9 +50,9 @@ "type": "package", "package": { "name": "ffmpeg/ffmpeg", - "version": "4.0.2", + "version": "4.0.3", "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": [ diff --git a/composer.lock b/composer.lock index 21587c2..db744fd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9290c3e6ef15fb65892664adfd8f24c2", + "content-hash": "2f25c657ba117b6ebbe7992c501bd890", "packages": [ { "name": "aura/session", @@ -1448,10 +1448,10 @@ }, { "name": "ffmpeg/ffmpeg", - "version": "4.0.2", + "version": "4.0.3", "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 }, diff --git a/package.json b/package.json index 1b1c5e1..e11ebb2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alltube", "description": "HTML GUI for youtube-dl", - "version": "1.2.3", + "version": "1.2.4", "author": "Pierre Rudloff", "bugs": "https://github.com/Rudloff/alltube/issues", "dependencies": {