From 58a4252a6faaccb1190f8c7f2094a659ac55ed57 Mon Sep 17 00:00:00 2001 From: Zenithal Date: Wed, 8 Feb 2023 15:47:14 +0800 Subject: [PATCH] llvm-apt: add llvm 16 Ref to https://github.com/tuna/issues/issues/1667 --- llvm-apt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm-apt.sh b/llvm-apt.sh index bc84fcc..0cf4feb 100755 --- a/llvm-apt.sh +++ b/llvm-apt.sh @@ -12,7 +12,7 @@ export REPO_SIZE_FILE=/tmp/reposize.$RANDOM for os in "bionic" "focal" "jammy" "buster" "bullseye" "bookworm"; do prefix=llvm-toolchain-$os - "$apt_sync" --delete "$BASE_URL/$os" $prefix,$prefix-9,$prefix-10,$prefix-11,$prefix-12,$prefix-13,$prefix-14,$prefix-15 main amd64 "$BASE_PATH/$os" + "$apt_sync" --delete "$BASE_URL/$os" $prefix,$prefix-9,$prefix-10,$prefix-11,$prefix-12,$prefix-13,$prefix-14,$prefix-15,$prefix-16 main amd64 "$BASE_PATH/$os" done echo "APT finished"