From 062fafea3b2735d0083a22c4b9160ce009c8de2f Mon Sep 17 00:00:00 2001 From: Laura Nguyen Date: Wed, 1 Sep 2021 23:41:20 -0400 Subject: [PATCH] Created Apache mirror status checker --- data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data.json b/data.json index 245aebc..fc86663 100644 --- a/data.json +++ b/data.json @@ -13,6 +13,13 @@ "upstream": "https://uk.alpinelinux.org/", "file": "alpine/last-updated" }, + "Apache": { + "out_of_date_since": null, + "out_of_date_interval": 86400, + "csc": "apache/", + "upstream": "https://downloads.apache.org/", + "file": "zzz/time.txt" + }, "Arch": { "out_of_date_since": null, "out_of_date_interval": 86400,