Skip to content

Commit

Permalink
updated v23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed May 26, 2023
1 parent f2b919f commit 5639bd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.1" %}
{% set version = "23.2" %}
# 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: dc167b7d23ec0d6e4a3d4eae1798de6c8d162e69fa136d39753aaeb7a6e1289d
sha256: 0b0395d34e000f1229679e10d984ed7913078f3dd7f26cf0476467f5e65716f4
patches:
- patches/0001-use-consistent-cmake-location.patch
- patches/0002-set-static-lib-extension-on-windows.patch
Expand All @@ -26,7 +26,7 @@ build:

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 @@ -92,7 +92,7 @@ outputs:
- cmake -GNinja %CMAKE_ARGS% . # [win]

- 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 5639bd6

Please sign in to comment.