Skip to content

Commit 243fc5f

Browse files
author
Jason Mobarak
committed
fix-up checksums
1 parent 5bbe6da commit 243fc5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cd imagemagick.tool.7.1.0.nupkg
1+
cd src/imagemagick.tool.7.1.0.nupkg
22
7z -tzip a ..\..\imagemagick.tool.7.1.0.nupkg .

imagemagick/src/imagemagick.tool.7.1.0.nupkg/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
url64 = 'https://github.com/swift-nav/swift-toolchains/releases/download/imagemagick-7.1.0/ImageMagick-7.1.0-portable-Q16-x64.zip'
55
fallbackUrl = 'https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-portable-Q16-x86.zip'
66
fallbackUrl64 = 'https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-portable-Q16-x64.zip'
7-
checksum = '2CCCD00CD8E904FA749F13B40F5D22121C82395053DC07CC6327C9B408F8D513'
8-
checksum64 = 'E41595EBCB17267F0E9F52AEDB2B2DA37B0EBDEAB6722D15DF28949910E82E8E'
7+
checksum = 'E41595EBCB17267F0E9F52AEDB2B2DA37B0EBDEAB6722D15DF28949910E82E8E'
8+
checksum64 = '2CCCD00CD8E904FA749F13B40F5D22121C82395053DC07CC6327C9B408F8D513'
99
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
1010
checksumType = 'sha256'
1111
checksumType64 = 'sha256'

0 commit comments

Comments
 (0)