aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2020-09-15 22:05:53 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2020-09-15 22:05:57 +0200
commitdc5819bd018c4157940356d32888e23f29a2914f (patch)
tree2cae3b4c9c7a71d42adfc9a368a2cef054d8094a
parent80e49c9679865b536edacfa2d308f42bf7820ab4 (diff)
downloadblogc-dc5819bd018c4157940356d32888e23f29a2914f.tar.gz
blogc-dc5819bd018c4157940356d32888e23f29a2914f.tar.bz2
blogc-dc5819bd018c4157940356d32888e23f29a2914f.zip
maint: update gpg key id
-rwxr-xr-xmaint/download_release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint/download_release.py b/maint/download_release.py
index f3e2866..6618972 100755
--- a/maint/download_release.py
+++ b/maint/download_release.py
@@ -12,7 +12,7 @@ re_version = re.compile(r'blogc-([^\'"]+)\.tar\.gz')
re_distfile = re.compile(r'(blogc[^\'"]+)\.sha512')
base_url = 'https://distfiles.rgm.io/blogc'
cwd = os.path.dirname(os.path.abspath(__file__))
-gpg_key = '0xE00C52C92FEBED9B'
+gpg_key = '0x47B8CCD75DBE6358'
def download_release(version):