From 5ea41a609c683afa7107395acc5b69836e1d6bf1 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 31 Jan 2024 16:17:03 +0000 Subject: [PATCH] AU: 1 updated - exiftool [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/971bf993e0a9f151114f3ce787ca451b07c35a43 --- 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 d08efc318..26ddbdfcb 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.75 + 12.76 Maurice Kevenaar diff --git a/automatic/exiftool/tools/chocolateyInstall.ps1 b/automatic/exiftool/tools/chocolateyInstall.ps1 index 275bb1743..bf77eb3ab 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.75.zip' -$checksum = '0dbd20aa554380a54f3a89f4a44e11e868cc5565fdeeb9ea8c1cf87658dfc011' +$url = 'https://exiftool.org/exiftool-12.76.zip' +$checksum = '9ac51fa8e13e53ee9eb77a9b4376bdfe9ea03537a3c008386882c845f441c536' $checksumType = 'sha256' $packageArgs = @{