Skip to content

Commit

Permalink
bump to 20230125.2
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed May 8, 2023
1 parent abe1d0f commit 8165954
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,4 +1,4 @@
{% set version = "20230125.0" %}
{% set version = "20230125.2" %}
{% set v_major = version.split(".")[0] %}
# needs to match across all dependent packages; using C++20
# is potentially problematic in some cases, see #45
Expand Down Expand Up @@ -28,7 +28,7 @@ package:

source:
url: https://github.com/abseil/abseil-cpp/archive/refs/tags/{{ version }}.tar.gz
sha256: 3ea49a7d97421b88a8c48a0de16c16048e17725c7ec0f1d3ea2683a2a75adc21
sha256: 9a2b5752d7bfade0bdeee2701de17c9480620f8b237e1964c1b9967c75374906
patches:
- patches/0001-patch-out-the-build-issue-on-clang4-osx.patch
- patches/0002-fix-for-linking-to-the-CoreFoundation-framework-on-O.patch
Expand All @@ -45,7 +45,7 @@ source:
- patches/0008-CMake-Install-TESTONLY-libraries-and-their-dependenc.patch

build:
number: 1
number: 0

outputs:
# default behaviour is shared; however note that upstream does not support
Expand Down

0 comments on commit 8165954

Please sign in to comment.