From 53e2bc0b6ce1afc4f5f93f51d6c0b125517ebe24 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 14 Jun 2023 18:38:06 +0000 Subject: [PATCH] updated v23.3 --- recipe/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ff92f2a..5726852 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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" %} @@ -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 @@ -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: @@ -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: