firefox-bin.updateScript: always use up-to-date key

Otherwise we have to keep fetching a new key manually each time they
renew it.
This commit is contained in:
Alyssa Ross
2019-06-18 19:44:57 +00:00
parent 087c619572
commit b0002f4816
2 changed files with 1 additions and 255 deletions
@@ -24,7 +24,7 @@ in writeScript "update-${name}" ''
pushd ${basePath}
HOME=`mktemp -d`
cat ${./firefox.key} | gpg --import
gpg --keyserver hkps://gpg.mozilla.org --recv-keys 14F26682D0916CDD81E37B6D61B7B526D98F0353
tmpfile=`mktemp`
url=${baseUrl}