From b7d92808185cec59b7c23492908b3d4f662f4d28 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 21 Dec 2023 20:17:07 +0000 Subject: [PATCH] AU: 1 updated - exiftool [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/6621829b3c211d11a3ea19a483bbbdebe5002972 --- automatic/exiftool/exiftool.nuspec | 2 +- automatic/exiftool/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/exiftool/exiftool.nuspec b/automatic/exiftool/exiftool.nuspec index 48781032d3..f3f8cee72f 100644 --- a/automatic/exiftool/exiftool.nuspec +++ b/automatic/exiftool/exiftool.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 12.70 + 12.71 Maurice Kevenaar diff --git a/automatic/exiftool/tools/chocolateyInstall.ps1 b/automatic/exiftool/tools/chocolateyInstall.ps1 index 52adceb4e7..92cedb519c 100644 --- a/automatic/exiftool/tools/chocolateyInstall.ps1 +++ b/automatic/exiftool/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://exiftool.org/exiftool-12.70.zip' -$checksum = '4e9a35aaece243aa681d7ca92e1c53a031822ad52e6cb77de2f15ba45ed4e2c3' +$url = 'https://exiftool.org/exiftool-12.71.zip' +$checksum = '0e38df5a5f9e68f104ba6cc3f3c13890c8af7402a5db12bcb6fe73d7378b4a24' $checksumType = 'sha256' $packageArgs = @{