Download ffmpeg over HTTPS
This commit is contained in:
parent
15cea297d8
commit
c9341acfb9
2 changed files with 3 additions and 6 deletions
|
@ -50,7 +50,7 @@
|
|||
"name": "ffmpeg/ffmpeg",
|
||||
"version": "dev-release",
|
||||
"dist": {
|
||||
"url": "http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz",
|
||||
"url": "https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz",
|
||||
"type": "xz"
|
||||
},
|
||||
"bin": [
|
||||
|
@ -79,9 +79,6 @@
|
|||
"Alltube\\Controller\\": "controllers/"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"secure-http": false
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "composer install --dev"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue