From a0b1a1ea940356edc4aaebc326322eb3c64bcb47 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 10 Oct 2021 03:56:20 +0200 Subject: [PATCH] signature --- msys.py | 1 + remote.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/msys.py b/msys.py index 6cf8c2c..905c5ef 100644 --- a/msys.py +++ b/msys.py @@ -1,4 +1,5 @@ ARCHIVE = '.tar.xz' ARCHITECTURES = ['x86_64', 'i686'] CHARSET = 'u8' +SIGNATURE = '.sig' SUBSYSTEMS = ['msys', 'clang', 'mingw', 'ucrt'] diff --git a/remote.py b/remote.py index d3a1912..3e09ad1 100644 --- a/remote.py +++ b/remote.py @@ -18,7 +18,6 @@ ARCHITECTURES_SUBSYSTEMS = { CATALOG = '.files' DISTRIBUTION = 'distrib' MINGW = 'mingw' -SIGNATURE = '.sig' class Remote: