firefox, firefox-bin: fetch GPG key from keyring

This commit is contained in:
taku0
2021-06-16 19:33:28 +09:00
parent 6aaaa019ce
commit 1415289e67
3 changed files with 2 additions and 2 deletions
@@ -26,7 +26,7 @@ in writeScript "update-${name}" ''
HOME=`mktemp -d`
export GNUPGHOME=`mktemp -d`
gpg --import ${./mozilla.asc}
gpg --receive-keys 61B7B526D98F0353
tmpfile=`mktemp`
url=${baseUrl}
@@ -21,7 +21,7 @@ writeScript "update-${attrPath}" ''
set -eux
HOME=`mktemp -d`
export GNUPGHOME=`mktemp -d`
gpg --import ${../firefox-bin/mozilla.asc}
gpg --receive-keys 61B7B526D98F0353
url=${baseUrl}