From 5249b061bba12c4444342de1acaadbb97dfb55a1 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 26 Oct 2023 17:17:04 +0000 Subject: [PATCH] AU: 1 updated - exiftool [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/eb9eee96d7be11915f5bc1f154679733e39ec239 --- 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 d42e280b7..c98952ee5 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.68 + 12.69 Maurice Kevenaar diff --git a/automatic/exiftool/tools/chocolateyInstall.ps1 b/automatic/exiftool/tools/chocolateyInstall.ps1 index 1c555dac6..f5256f163 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.68.zip' -$checksum = '46fe166f5cf8a3444b5f435a79ad712de27eef82f5990117e9d9f1d921356f12' +$url = 'https://exiftool.org/exiftool-12.69.zip' +$checksum = '86441b077c292f9143405f24dc1fdb18d702335cb9f9356cde3dbc86c3700324' $checksumType = 'sha256' $packageArgs = @{