From 2dbcdbeb688b733801beee3d1d4e68b477cbf063 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 14 Sep 2019 12:41:03 +0200 Subject: [PATCH 1/2] build(composer): Upgrade youtube-dl to 2019.09.12.1 See #239 and #240 --- composer.json | 6 +++--- composer.lock | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 68da1a2..de10f1b 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "phpunit/phpunit": "~6.5.2", "doctrine/instantiator": "~1.0.0", "ffmpeg/ffmpeg": "4.0.3", - "rg3/youtube-dl": "2019.07.02", + "rg3/youtube-dl": "2019.09.12.1", "heroku/heroku-buildpack-php": "*", "anam/phantomjs-linux-x86-binary": "~2.1.1", "phpstan/phpstan": "~0.9.2" @@ -40,10 +40,10 @@ "type": "package", "package": { "name": "rg3/youtube-dl", - "version": "2019.07.02", + "version": "2019.09.12.1", "dist": { "type": "zip", - "url": "https://github.com/rg3/youtube-dl/archive/2019.07.02.zip" + "url": "https://github.com/rg3/youtube-dl/archive/2019.09.12.1.zip" } } }, diff --git a/composer.lock b/composer.lock index 10c4b8e..6478049 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": "e61271a926e9a1df93f64ed32bc0d9ac", + "content-hash": "e76c13aa0587fbef823cd805264ba56c", "packages": [ { "name": "aura/session", @@ -3046,10 +3046,10 @@ }, { "name": "rg3/youtube-dl", - "version": "2019.07.02", + "version": "2019.09.12.1", "dist": { "type": "zip", - "url": "https://github.com/rg3/youtube-dl/archive/2019.07.02.zip" + "url": "https://github.com/rg3/youtube-dl/archive/2019.09.12.1.zip" }, "type": "library" }, From 3325e2c106223102d1158c487b98fcc477a642c9 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 14 Sep 2019 12:47:47 +0200 Subject: [PATCH 2/2] build(yarn): 2.0.5 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ef67fb..b844349 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alltube", "description": "HTML GUI for youtube-dl", - "version": "2.0.4", + "version": "2.0.5", "author": "Pierre Rudloff", "bugs": "https://github.com/Rudloff/alltube/issues", "dependencies": {