From f494e2a739927e39f140a9fe6d0e8c0db7e423d3 Mon Sep 17 00:00:00 2001 From: Laura Nguyen Date: Wed, 1 Sep 2021 23:35:24 -0400 Subject: [PATCH] Created Alpine mirror status checker --- data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data.json b/data.json index 11dbafb..245aebc 100644 --- a/data.json +++ b/data.json @@ -6,6 +6,13 @@ "upstream": "https://repo.almalinux.org/", "file": "almalinux/TIME" }, + "Alpine": { + "out_of_date_since": null, + "out_of_date_interval": 86400, + "csc": "", + "upstream": "https://uk.alpinelinux.org/", + "file": "alpine/last-updated" + }, "Arch": { "out_of_date_since": null, "out_of_date_interval": 86400,