diff --git a/automatic/exiftool/exiftool.nuspec b/automatic/exiftool/exiftool.nuspec index f71c6cb41..663af5632 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.57 + 12.58 Maurice Kevenaar diff --git a/automatic/exiftool/tools/chocolateyInstall.ps1 b/automatic/exiftool/tools/chocolateyInstall.ps1 index 986d085da..56458fd49 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.57.zip' -$checksum = '442112d3fc9444d8740f274bd23676d0ab75b0eb2a8e004912d5c61d59de694d' +$url = 'https://exiftool.org/exiftool-12.58.zip' +$checksum = 'a159626c15861f50bb9be7ed0897bd71fc8867ff91f3c9ccf8206fb3ac2b562c' $checksumType = 'sha256' $packageArgs = @{