Skip to content

Commit 4311fb2

Browse files
committed
chore(generate): update to new termux-pacman mirror sync.termux-pacman.dev
- After this PR: termux/termux-packages#29464
1 parent a5f37a8 commit 4311fb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

generate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ case "${TERMUX_PACKAGE_MANAGER}" in
6464
TERMUX_DOCKER__BOOTSTRAP_VERSION="2026.04.26-r1%2Bpacman.android-7"
6565
TERMUX_DOCKER__BOOTSTRAP_SRCURL="https://github.com/termux-pacman/termux-packages/releases/download/bootstrap-${TERMUX_DOCKER__BOOTSTRAP_VERSION}/bootstrap-${TERMUX_ARCH}.zip"
6666
declare -A REPO_BASE_URLS=(
67-
["main"]="https://service.termux-pacman.dev/main"
68-
["root"]="https://service.termux-pacman.dev/root"
67+
["main"]="https://sync.termux-pacman.dev/main"
68+
["root"]="https://sync.termux-pacman.dev/root"
6969
)
7070
;;
7171
*)

0 commit comments

Comments
 (0)