Skip to content

Commit 2a442e7

Browse files
committed
more stuff
1 parent 62fcf16 commit 2a442e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

llvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -e
3-
PKG_VER=16.0.0
3+
PKG_VER=16.0.1
44
LLVM_URL=https://github.com/llvm/llvm-project/releases/download/llvmorg-$PKG_VER/llvm-$PKG_VER.src.tar.xz
55
CLANG_URL=https://github.com/llvm/llvm-project/releases/download/llvmorg-$PKG_VER/clang-$PKG_VER.src.tar.xz
66
COMPILER_RT_URL=https://github.com/llvm/llvm-project/releases/download/llvmorg-$PKG_VER/compiler-rt-$PKG_VER.src.tar.xz

qemu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
URL=https://download.qemu-project.org/qemu-7.2.0.tar.xz
2+
URL=https://download.qemu-project.org/qemu-7.2.1.tar.xz
33
TAR=$(echo $URL | sed -r 's|(.*)/||')
44
DIR=$(echo $TAR | sed 's|.tar.*||g')
55
PACKAGE=$(echo $DIR | sed 's|-[^-]*$||g')

0 commit comments

Comments
 (0)