From c663ed775968b411186e40ccd26775b9db4a9f58 Mon Sep 17 00:00:00 2001 From: ZenithalHourlyRate Date: Wed, 3 Aug 2022 11:00:36 +0800 Subject: [PATCH] llvm-apt: add llvm 15 Ref https://github.com/tuna/issues/issues/1541 --- llvm-apt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm-apt.sh b/llvm-apt.sh index e8bf375..bc84fcc 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 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 main amd64 "$BASE_PATH/$os" done echo "APT finished"