From 157b130b74e41e012f65c16484128c6020f972e6 Mon Sep 17 00:00:00 2001 From: SFG545 Date: Thu, 9 Jul 2026 18:22:03 -0500 Subject: [PATCH] fix: correct naming conventions for binary repositories in repos.toml --- contrib/depot.d/repos.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/depot.d/repos.toml b/contrib/depot.d/repos.toml index 8194de4..73aa7f5 100644 --- a/contrib/depot.d/repos.toml +++ b/contrib/depot.d/repos.toml @@ -20,25 +20,25 @@ subdirs = ["core", "extra"] # Example: # branch = "main" -[binary.core-x86_64-v3] +[binary.core-x86-64-v3] # Binary repository for core packages. -url = "https://repo.sfg545.dev/core-x86_64-v3" +url = "https://repo.sfg545.dev/core-x86-64-v3" enabled = true priority = 10 repo_db = "repo.db.zst" -[binary.core-x86_64-v3.arch.x86_64] +[binary.core-x86-64-v3.arch.x86_64] # Enable this repo for x86_64 systems. enabled = true -[binary.extra-x86_64-v3] +[binary.extra-x86-64-v3] # Secondary binary repository for additional packages. -url = "https://repo.sfg545.dev/extra-x86_64-v3" +url = "https://repo.sfg545.dev/extra-x86-64-v3" enabled = true priority = 20 repo_db = "repo.db.zst" -[binary.extra-x86_64-v3.arch.x86_64] +[binary.extra-x86-64-v3.arch.x86_64] enabled = true # Additional examples: