Fix youtube-dl source

This commit is contained in:
Luis Guzman 2021-08-27 14:19:00 -05:00
parent a4a6ce66ea
commit be0b60cdef

View file

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2011 Rubén Rodríguez <ruben@trisquel.info> # Copyright (C) 2011 Rubén Rodríguez <ruben@trisquel.info>
# Copyright (C) 2021 Luis Guzman <ark@switnet.net>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -18,8 +19,9 @@
# #
VERSION=1 VERSION=1
EXTERNAL='deb-src http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu $UPSTREAM main' EXTERNAL='deb-src http://ftp.debian.org/debian stable main'
REPOKEY="531EE72F4C9D234C" REPOKEY=648ACFD622F3D138
. ./config . ./config