Skip to content

Commit

Permalink
Revert "packages/llvm: 19.1.6 -> 19.1.7"
Browse files Browse the repository at this point in the history
This reverts commit 53a66db.
  • Loading branch information
rorgoroth committed Jan 15, 2025
1 parent 53a66db commit 6ab6077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/llvm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ find_program(PKGCONFIG NAMES pkg-config)
ExternalProject_Add(
llvm
EXCLUDE_FROM_ALL 1
URL https://github.com/rorgoroth/llvm-mingw/releases/download/19.1.7/19.1.7.tar.zst
URL_HASH MD5=6b7b04d2615903c91ff6920670a162ae
URL https://github.com/rorgoroth/llvm-mingw/releases/download/19.1.6/19.1.6.tar.zst
URL_HASH MD5=c7f3ac11d9854413d23261588222a0b0
DOWNLOAD_EXTRACT_TIMESTAMP 1
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
Expand Down

0 comments on commit 6ab6077

Please sign in to comment.