pub const ZIG_BASE_DOWNLOAD_URL: &'static str = "https://ziglang.org/download/";
pub const ZIG_DOWNLOAD_INDEX_JSON: &'static str = "https://ziglang.org/download/index.json";
pub const ZIG_COMMUNITY_MIRRORS: &'static str =
"https://ziglang.org/download/community-mirrors.txt";
/// Not expected to change unless some catastrophe at which point this should be updated
pub const ZIG_MINSIGN_PUBKEY: &'static str =
r#"RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U"#;