Allow downloading of youtube-dl without Git (fixes #82))
This commit is contained in:
parent
4cb08ad40d
commit
24c9684784
2 changed files with 12 additions and 2 deletions
|
@ -39,6 +39,10 @@
|
|||
"url": "https://github.com/rg3/youtube-dl.git",
|
||||
"type": "git",
|
||||
"reference": "2016.09.08"
|
||||
},
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://github.com/rg3/youtube-dl/archive/2016.09.08.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
10
composer.lock
generated
10
composer.lock
generated
|
@ -4,8 +4,8 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "7feb22c9a83e389562253bd1e7389080",
|
||||
"content-hash": "0ca3a07c96a159c3a44ae007b56a9fbf",
|
||||
"hash": "0f8f1c80cb7ebbc175b7e6be0936f841",
|
||||
"content-hash": "2dee8611ed0f1e97a0be455b9eec7647",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aura/session",
|
||||
|
@ -1425,6 +1425,12 @@
|
|||
"url": "https://github.com/rg3/youtube-dl.git",
|
||||
"reference": "2016.09.08"
|
||||
},
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://github.com/rg3/youtube-dl/archive/2016.09.08.tar.gz",
|
||||
"reference": null,
|
||||
"shasum": null
|
||||
},
|
||||
"type": "library"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue