Skip to content

Commit

Permalink
AU: 4 updated - ghostdoc-enterprise ghostdoc-pro io-ninja ubisoft-con…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 30, 2024
1 parent 5cde98b commit 9bbebe7
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/ghostdoc-enterprise/ghostdoc-enterprise.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>ghostdoc-enterprise</id>
<version>2022.2.22190</version>
<version>2024.1.24150</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/ghostdoc-enterprise</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>GhostDoc Enterprise Edition</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ghostdoc-enterprise/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
url = 'https://submain.com/download/ghostdoc/enterprise/registered/'
unzipLocation = $cacheDirectory
softwareName = 'GhostDoc Enterprise'
checksum = '91b3899dc7a2bb5ba52b7e4a78592c258095d107fe169b1574622b75c2308c1838ed7977bf2fcf41fe2cb7d706246fcd0e108314e31ef0467c06c2ab41e7ca7a'
checksum = '052332453366e3d864fa47fe9a5dca9a734d4fd93c4158d101790697387186862bcf0744a3e47cba3257589656ff08fe71b4e22e2f6dd6b029f9473ebe237939'
checksumType = 'sha512'
silentArgs = ''
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/ghostdoc-pro/ghostdoc-pro.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>ghostdoc-pro</id>
<version>2022.2.22190</version>
<version>2024.1.24150</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/ghostdoc-pro</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>GhostDoc Pro Edition</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ghostdoc-pro/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
url = 'https://submain.com/download/ghostdoc/pro/registered/'
unzipLocation = $cacheDirectory
softwareName = 'GhostDoc Pro'
checksum = 'cc931fc2a7e9744bcd750ca5596c5246e2e3ce1a5dad35443654dfe0f4b810b170b1c5c1901173a88c15f6f52c74fa02c60109415655ac0453a877c514ad885a'
checksum = '8ed947cf04af79551f3cabcbbffde88332218e95c81ea4e283e937c808f047710111b082708c59fe0b71af40c593e60056a5e3c2e9f9e0d06f03e724804fd5bc'
checksumType = 'sha512'
silentArgs = ''
validExitCodes = @(0)
Expand Down
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.5.1</version>
<version>5.6.0</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.5.1/ioninja-5.5.1-windows-x86.msi'
url64bit = 'https://tibbo.com/downloads/archive/ioninja/ioninja-5.5.1/ioninja-5.5.1-windows-amd64.msi'
url = 'https://tibbo.com/downloads/archive/ioninja/ioninja-5.6.0/ioninja-5.6.0-windows-x86.msi'
url64bit = 'https://tibbo.com/downloads/archive/ioninja/ioninja-5.6.0/ioninja-5.6.0-windows-amd64.msi'
softwareName = 'IO Ninja*'
checksum = '853f919ed4cf232827c41afa63b860dd70eaf9d1d5fafb316bd8234f8633eb9033bb5a95f3ccc0606e26e6556ef2f8063605928666347dae6a16bd00e7e5aa98'
checksum = 'fb1c860d46e844c3c26633e797913865cc9fd1fbdff6b989316942b108cc36984232889506335e605ca53393bc8b8829808b16b4fc9e2b2532db1363bab7e342'
checksumType = 'sha512'
checksum64 = 'c6d3a9887486b28b66de656abbedf04c970d5d69855e2ed7cae1d4ca20a8f7da8f1ef3e9f3e1b5df41f1a4f8bc1e18cdfc7f756865228f62a3199e663d088cdc'
checksum64 = '3297d82f2d5b95228040b29c7ad005f177ec884870a8a9e784ae2776eafbacc895c4c8ea9eeedc66f2c4997ab880c9f79a5a231f63d689428be3e413f7b0c8b7'
checksumType64 = 'sha512'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/ubisoft-connect/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"de56f78-61981ab9c3554"|153.0.0.11062
"de56d20-619a8a31ff9b4"|153.1.0.11069
2 changes: 1 addition & 1 deletion automatic/ubisoft-connect/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://static3.cdn.ubi.com/orbit/launcher_installer/UbisoftConnectInstaller.exe'
softwareName = 'Ubisoft Connect'
checksum = '6362FF535F192717B508FDEC6E93B8004C206AEBC0C27615E61DF61EAB10FC7F6465F83A72D1265A97C91E8ED65E6D6D6AD3E015C6EB710E04323DC555560AE1'
checksum = '99858CC25341FD942C731171E1C6E5E3DC4F44F28DC14BD1AB1181505FE6525DB1C1A0298F3353A29B3DB79B4343DB1F18630875D4C6C64F147D2949B70850BD'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/ubisoft-connect/ubisoft-connect.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>ubisoft-connect</id>
<version>153.0.0.11062</version>
<version>153.1.0.11069</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/ubisoft-connect</packageSourceUrl>
<owners>AdmiringWorm, Marek</owners>
<title>Ubisoft Connect</title>
Expand Down

0 comments on commit 9bbebe7

Please sign in to comment.