From 3ae316ebe588a4da9e52443a377e1435b7e868b3 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:13:56 +0000 Subject: [PATCH] updated v3.7.4 --- recipe/meta.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c33c503..01e09ee 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "3.7.2" %} +{% set version = "3.7.4" %} package: name: libarchive-split @@ -6,7 +6,7 @@ package: source: url: https://github.com/libarchive/libarchive/archive/v{{ version }}.tar.gz - sha256: 63b40acff57467f7d3a64981d4bcff60b52f539fae7688aaaaee27a448b10266 + sha256: cf7fc85b9f663c06dc2b7036b7ee54d02712167e04b07bdcc4c27553abf2d6ff patches: - patches/0001-Add-lib-to-CMAKE_FIND_LIBRARY_PREFIXES-for-lzma.patch - patches/0003-VC9-compatibility-test-for-BCryptDeriveKeyPBKDF2.patch @@ -20,7 +20,7 @@ source: - patches/0007-CMake-VC9-compatibility-ignore-some-warnings.patch build: - number: 1 + number: 0 outputs: - name: libarchive @@ -35,6 +35,7 @@ outputs: requirements: build: - {{ compiler('c') }} + - {{ stdlib("c") }} # Does not work in this recips at present # we manually convert C99 to C89 instead. # - c99-to-c89 # [win and vc<14] @@ -87,6 +88,7 @@ outputs: requirements: build: - {{ compiler('c') }} + - {{ stdlib("c") }} - autoconf # [unix] - automake # [unix] - libtool # [unix]