Skip to content

Commit

Permalink
Merge pull request #215 from regro-cf-autotick-bot/16.0.4_habaead
Browse files Browse the repository at this point in the history
clangdev v16.0.4
  • Loading branch information
h-vetinari committed May 18, 2023
2 parents b218ca4 + 5d56e11 commit d2e99d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "16.0.3" %}
{% set version = "16.0.4" %}
{% set major_version = version.split(".")[0] %}
{% set build_number = 2 %}
{% set build_number = 0 %}

{% set minor_aware_ext = major_version %}
{% if version.split(".")[1] | int > 0 %}
Expand All @@ -17,7 +17,7 @@ package:

source:
- url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/llvm-project-{{ version.replace(".rc", "rc") }}.src.tar.xz
sha256: 3b12e35332e10cf650578ae18247b91b04926d5427e1a6ae9a51d170a47cfbb2
sha256: cf3c2a1152ed7a99866bd7f12c24528ada6d9f6336afb7a08416938762004c9f
patches:
- patches/0001-Find-conda-gcc-installation.patch
- patches/0002-Fix-sysroot-detection-for-linux.patch
Expand Down

0 comments on commit d2e99d4

Please sign in to comment.