From 625cd6377dd8092176f9eae27f5dfb6b34ca2ea5 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 6 May 2025 15:50:12 +0200 Subject: [PATCH] Revert "llvm: Update version from LLVM from 18.1.8 to 20.1.3" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8720cb057c373787bdb6ee21a7cd41d6cf32966c. It was just a test to get pahole building. It wasn’t the solution, and not intended do be installed without updating the rest of the stack. --- llvm.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm.be0 b/llvm.be0 index 115de787a..7a3e60d5d 100755 --- a/llvm.be0 +++ b/llvm.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION llvm-20.1.3-0 +# BEE_VERSION llvm-18.1.8-0 #SRCURL[0]="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKGVERSION}/llvm-project-${PKGVERSION}.src.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/b3741e8abc2b515159440da2b32898d8/llvm-project-20.1.3.src.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/81cd0be5ae6f1ad8961746116d426a96/llvm-project-18.1.8.src.tar.xz" # PATCHURL+=()