From 6738c1752200ba52ae478e3fe65b814cc69b780e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 10 Oct 2021 19:17:46 +0200 Subject: [PATCH] signature --- msys.py | 1 - 1 file changed, 1 deletion(-) diff --git a/msys.py b/msys.py index a5054a1..fb810d1 100644 --- a/msys.py +++ b/msys.py @@ -3,6 +3,5 @@ ARCHITECTURE = 'x86_64' CATALOG = '.files' CHARSET = 'u8' REPOSITORY = 'https://repo.msys2.org' -SIGNATURE = '.sig' ARCHITECTURES = [ARCHITECTURE, 'i686']