Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/llvm/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context:
version: 20.1.1
version: 20.1.2

package:
name: llvm
Expand All @@ -8,7 +8,7 @@ package:
source:
url: https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-${{ version
}}.tar.gz
sha256: edde69aa3e48a3892a8f01332ff79cfb6179151b42503c4ba77d2cd408b013bf
sha256: 9ee597456405ddf4809bcf66a4765137a68a85361347ca2a4bb13d9176e932ab
patches:
- patches/cross_compile.patch
- patches/shift_temporary_files_to_tmp_dir.patch
Expand Down
Loading