Skip to content

Commit

Permalink
AU: 1 updated - io-ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 2, 2023
1 parent cd50000 commit 1fb2f0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/io-ninja/io-ninja.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>io-ninja</id>
<version>5.3.0</version>
<version>5.3.1</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/io-ninja</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>IO Ninja</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/io-ninja/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Import-Certificate -FilePath "$toolsPath\io-ninja.cer" -CertStoreLocation "Cert:
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://tibbo.com/downloads/archive/ioninja/ioninja-5.3.0/ioninja-5.3.0-windows-x86.msi'
url64bit = 'https://tibbo.com/downloads/archive/ioninja/ioninja-5.3.0/ioninja-5.3.0-windows-amd64.msi'
url = 'https://tibbo.com/downloads/archive/ioninja/ioninja-5.3.1/ioninja-5.3.1-windows-x86.msi'
url64bit = 'https://tibbo.com/downloads/archive/ioninja/ioninja-5.3.1/ioninja-5.3.1-windows-amd64.msi'
softwareName = 'IO Ninja*'
checksum = 'eec002e15576954f27a8cf94a7953bfd89e4ea20b5f335a1546268492ea5130286f9fe644879e22ed161619c5990f236c7ae30b8ee79ad73b441651bc96d6f66'
checksum = '38b19727742ae3bf36656d468faa9019b2f94b54de8fe85f0b8cbaa1cdedbd8a269aab6ce99d9d1fe7681c102c959de32514328cd3e9a6a27d0e29035674036d'
checksumType = 'sha512'
checksum64 = '43a2170e8e3d03052b8f95f62c3a2296c3e2359db2a9b527ef48bebed8a4440bfb97e5c14165ec504e66c674ef2a89720ee8ae8dca2ffc5256243aeb58f89124'
checksum64 = 'a75c04b028f18f9d96e6b1239557317ed7794318c1336cb864edbd46dbce6c08d798f386caeed4d5d35924e3241a4548ee8e7b3dc984beffe32109d30c28ff80'
checksumType64 = 'sha512'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 1fb2f0b

Please sign in to comment.