Fix repokey for make-firmware-free
This commit is contained in:
parent
f339cb7680
commit
4c4560c1f1
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue