summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-12-05 22:46:13 (EST)
committer P. J. McDermott <pjm@nac.net>2013-12-05 22:46:13 (EST)
commit1ec4be87821f10080fc0045039b1676512dbc842 (patch)
tree4170d650491670c0763181d7487f997db7a7df5f
parent3f514c9aad9ee577fde5b4599a592f0408ce01f5 (diff)
source.mk: Add key used to sign m4 1.4.17.
-rw-r--r--source.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source.mk b/source.mk
index 9719b98..8634694 100644
--- a/source.mk
+++ b/source.mk
@@ -1,7 +1,7 @@
upstream_archive = m4-$(OPK_SOURCE_VERSION_UPSTREAM).tar.bz2
upstream_url = http://ftp.gnu.org/gnu/m4/$(upstream_archive)
source_archive = ../m4-$(OPK_SOURCE_VERSION_UPSTREAM).orig.tar.bz2
-keys = 2527436A
+keys = 2527436A 2983D606
$(source_archive):
wget '$(upstream_url)'