From b3f48fb78b2ef86cf90b73a5c11453b5973feba3 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 23 Oct 2019 18:27:28 +0000 Subject: [PATCH] AU: 1 updated - exiftool [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/37c738be48e0e2f0980d7686f42eab708d7d631f --- 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 e9aabc5be..1b04d4024 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 - 11.72 + 11.73 Maurice Kevenaar diff --git a/automatic/exiftool/tools/chocolateyInstall.ps1 b/automatic/exiftool/tools/chocolateyInstall.ps1 index f502c6a4e..c1cebe6f5 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 = 'http://owl.phy.queensu.ca/~phil/exiftool/exiftool-11.72.zip' -$checksum = '27628bc432a734c880f6204ea18d3dc1985e742914a46349fdcdfeb820ccafa1' +$url = 'http://owl.phy.queensu.ca/~phil/exiftool/exiftool-11.73.zip' +$checksum = '75167176e988e7c9aaeb5f501df0509e463d1dd7094fcd744455d3592eb4e1de' $checksumType = 'sha256' $packageArgs = @{