Fix repokey for make-firmware-free

This commit is contained in:
David Trudgian 2019-09-08 22:08:03 -05:00
parent f339cb7680
commit 4c4560c1f1

View file

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2017 Ruben Rodriguez <ruben@trisquel.info> # Copyright (C) 2017 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2019 David Trudgian <dave@trudgian.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
@ -17,9 +18,9 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=2 VERSION=3
EXTERNAL='deb-src http://ftp.us.debian.org/debian testing main' EXTERNAL='deb-src http://ftp.us.debian.org/debian testing main'
REPOKEY=7638D0442B90D010 REPOKEY=04EE7237B7D453EC
. ./config . ./config