From a91751812ab9c74e834651ab290ad4f346c2a235 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:44:13 +0000 Subject: [PATCH] updated v4.6.0 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 13308ac..1979c37 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "4.5.1" %} +{% set version = "4.6.0" %} package: name: libtiff @@ -6,7 +6,7 @@ package: source: url: https://download.osgeo.org/libtiff/tiff-{{ version }}.tar.gz - sha256: d7f38b6788e4a8f5da7940c5ac9424f494d8a79eba53d555f4a507167dca5e2b + sha256: 88b3979e6d5c7e32b50d7ec72fb15af724f6ab2cbf7e10880c360a77e4b5d99a patches: # It seems that a recent patch in tifffile 4.1 may have broken # binary compatibility on windows. @@ -15,7 +15,7 @@ source: - patches/use_unix_io.patch build: - number: 1 + number: 0 # Does a very good job of maintaining compatibility. # Except broke abi between 4.4 and 4.5.0 # https://github.com/conda-forge/libtiff-feedstock/issues/77