We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62fcf16 commit 2a442e7Copy full SHA for 2a442e7
2 files changed
llvm
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -e
3
-PKG_VER=16.0.0
+PKG_VER=16.0.1
4
LLVM_URL=https://github.com/llvm/llvm-project/releases/download/llvmorg-$PKG_VER/llvm-$PKG_VER.src.tar.xz
5
CLANG_URL=https://github.com/llvm/llvm-project/releases/download/llvmorg-$PKG_VER/clang-$PKG_VER.src.tar.xz
6
COMPILER_RT_URL=https://github.com/llvm/llvm-project/releases/download/llvmorg-$PKG_VER/compiler-rt-$PKG_VER.src.tar.xz
qemu
@@ -1,5 +1,5 @@
-URL=https://download.qemu-project.org/qemu-7.2.0.tar.xz
+URL=https://download.qemu-project.org/qemu-7.2.1.tar.xz
TAR=$(echo $URL | sed -r 's|(.*)/||')
DIR=$(echo $TAR | sed 's|.tar.*||g')
PACKAGE=$(echo $DIR | sed 's|-[^-]*$||g')
0 commit comments