Skip to content

Commit

Permalink
updated v23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Jun 14, 2023
1 parent 39d3df4 commit 53e2bc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# keep this without major version to let the bot pick it up
{% set version = "23.2" %}
{% set version = "23.3" %}
# protobuf doesn't add the major version in the tag, it's defined per language in
# https://github.com/protocolbuffers/protobuf/blob/main/version.json
{% set major = "4" %}
Expand All @@ -12,7 +12,7 @@ package:

source:
- url: https://github.com/protocolbuffers/protobuf/archive/refs/tags/v{{ version.replace(".rc", "-rc") }}.tar.gz
sha256: 0b0395d34e000f1229679e10d984ed7913078f3dd7f26cf0476467f5e65716f4
sha256: 4e176116949be52b0408dfd24f8925d1eb674a781ae242a75296b17a1c721395
patches:
- patches/0001-use-consistent-cmake-location.patch
- patches/0002-set-static-lib-extension-on-windows.patch
Expand All @@ -26,11 +26,11 @@ source:
- patches/0008-CMake-Fix-abseil_dll-target-name-when-using-find_pac.patch

build:
number: 4
number: 0

outputs:
- name: libprotobuf
script: build-lib.sh # [unix]
script: build-lib.sh # [unix]
script: build-lib.bat # [win]
build:
run_exports:
Expand Down Expand Up @@ -97,7 +97,7 @@ outputs:
- cmake --build .

- name: libprotobuf-static
script: build-lib.sh # [unix]
script: build-lib.sh # [unix]
script: build-lib.bat # [win]
build:
ignore_run_exports_from:
Expand Down

0 comments on commit 53e2bc0

Please sign in to comment.