Skip to content

Commit

Permalink
AU: 1 updated - exiftool
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jan 1, 2025
1 parent b326b91 commit f526977
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/exiftool/exiftool.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>13.10</version>
<version>13.11</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
8 changes: 4 additions & 4 deletions automatic/exiftool/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://exiftool.org/exiftool-13.10_32.zip>
64-Bit: <https://exiftool.org/exiftool-13.10_64.zip>
32-Bit: <https://exiftool.org/exiftool-13.11_32.zip>
64-Bit: <https://exiftool.org/exiftool-13.11_64.zip>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 034FBB59DC0380E36F78D66B3EA0FA56FC5F3DCA70E5105437526CC6FAE18002
checksum64: 1BB2253A82B3F9522DE8F3C159878F163E7AED98CC13569AB15BD3B6501F6BDA
checksum32: 1B08645C6F306F25AF05775955B679142A53BE40B4C5BB3A16BB205B1A0982C6
checksum64: 4601BF2EE6DEDAC20A187C27C056DEC685E2430EFEB372647B8BC38ED946D559

File 'LICENSE.txt' is obtained from <https://exiftool.org/#license>
4 changes: 2 additions & 2 deletions automatic/exiftool/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
file = "$toolsDir\exiftool-13.10_32.zip"
file64 = "$toolsDir\exiftool-13.10_64.zip"
file = "$toolsDir\exiftool-13.11_32.zip"
file64 = "$toolsDir\exiftool-13.11_64.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit f526977

Please sign in to comment.