Skip to content

Commit

Permalink
updated v3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Apr 26, 2024
1 parent f2c9b7d commit 3ae316e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "3.7.2" %}
{% set version = "3.7.4" %}

package:
name: libarchive-split
version: {{ version }}

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
Expand All @@ -20,7 +20,7 @@ source:
- patches/0007-CMake-VC9-compatibility-ignore-some-warnings.patch

build:
number: 1
number: 0

outputs:
- name: libarchive
Expand All @@ -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]
Expand Down Expand Up @@ -87,6 +88,7 @@ outputs:
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib("c") }}
- autoconf # [unix]
- automake # [unix]
- libtool # [unix]
Expand Down

0 comments on commit 3ae316e

Please sign in to comment.