From fef0261b5099af386d24eb98eff5af24c1ab8910 Mon Sep 17 00:00:00 2001 From: SFG545 Date: Thu, 9 Jul 2026 18:08:03 -0500 Subject: [PATCH] fix: update repository URLs in repos.toml for core and extra packages --- contrib/depot.d/repos.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/contrib/depot.d/repos.toml b/contrib/depot.d/repos.toml index 5aece49..8194de4 100644 --- a/contrib/depot.d/repos.toml +++ b/contrib/depot.d/repos.toml @@ -10,7 +10,7 @@ prefer_binary = true [source.vertex] # Source repository used for spec lookup and source-build planning. -url = "https://gitlab.com/vertex-linux/packages.git" +url = "https://git.sfg545.dev/SFG545/packages.git" enabled = true priority = 50 @@ -20,25 +20,25 @@ subdirs = ["core", "extra"] # Example: # branch = "main" -[binary.core] +[binary.core-x86_64-v3] # Binary repository for core packages. -url = "https://repo.sfgos.net/core" +url = "https://repo.sfg545.dev/core-x86_64-v3" enabled = true priority = 10 repo_db = "repo.db.zst" -[binary.core.arch.x86_64] +[binary.core-x86_64-v3.arch.x86_64] # Enable this repo for x86_64 systems. enabled = true -[binary.extra] +[binary.extra-x86_64-v3] # Secondary binary repository for additional packages. -url = "https://repo.sfgos.net/extra" +url = "https://repo.sfg545.dev/extra-x86_64-v3" enabled = true priority = 20 repo_db = "repo.db.zst" -[binary.extra.arch.x86_64] +[binary.extra-x86_64-v3.arch.x86_64] enabled = true # Additional examples: