From fe0b45b5189f7843811aa38c704c1ca0f6bc3fde Mon Sep 17 00:00:00 2001 From: Laura Nguyen Date: Wed, 1 Sep 2021 23:50:09 -0400 Subject: [PATCH] Created Cygwin mirror status checker --- data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data.json b/data.json index ee2feec..2fcd034 100644 --- a/data.json +++ b/data.json @@ -41,6 +41,13 @@ "upstream": "https://download.ceph.com/", "file": "timestamp" }, + "Cygwin": { + "out_of_date_since": null, + "out_of_date_interval": 86400, + "csc": "cygwin/", + "upstream": "https://cygwin.mirror.globo.tech/", + "file": "x86/sha512.sum" + }, "Debian": { "out_of_date_since": null, "out_of_date_interval": 86400,