Skip to content

Commit

Permalink
AU: 3 updated - botpress goodsync z-cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 21, 2021
1 parent 52e4423 commit 1e5c2be
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/botpress/botpress.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>botpress</id>
<version>12.24.1</version>
<version>12.25.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/botpress</packageSourceUrl>
<owners>chtof</owners>
<title>Botpress</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/botpress/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $botpressDir

url = 'https://s3.amazonaws.com/botpress-binaries/botpress-v12_24_1-win-x64.zip'
checksum = '6bbf278a719417104010574ba3c1085d205e08ed4c6920128cf0fa214f37ea50'
url = 'https://s3.amazonaws.com/botpress-binaries/botpress-v12_25_0-win-x64.zip'
checksum = 'a177cb5f5b3ac78c9a51bbe3fcbad218d5d92c77bb46e8da315d3c5167d96e80'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/botpress/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$botpressDir = Join-Path $env:ProgramData $env:ChocolateyPackageName
$zipFileName = "botpress-v12_24_1-win-x64.zip"
$zipFileName = "botpress-v12_25_0-win-x64.zip"

Uninstall-ChocolateyZipPackage $packageName $zipFileName
# If uninstalling and not just upgrading
Expand Down
2 changes: 1 addition & 1 deletion automatic/goodsync/goodsync.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>goodsync</id>
<version>11.8.0</version>
<version>11.8.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/goodsync</packageSourceUrl>
<owners>chtof</owners>
<title>GoodSync</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/goodsync/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
filetype = "MSI"

url = 'https://www.goodsync.com/download/GoodSync-v11-Setup.msi'
checksum = 'fd68fed7fbbbfe3709c4baaf6c739ac8f2c953614224447192973b4aa2759b2c'
checksum = 'fbc05266aa44bd9ced534294b4d16eb62c544071e5ede1cb9e065a98b47906c0'
checksumType = 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/z-cron/z-cron.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>z-cron</id>
<version>5.7.08</version>
<version>5.8.00</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/z-cron</packageSourceUrl>
<owners>chtof</owners>
<title>Z-Cron</title>
Expand Down

0 comments on commit 1e5c2be

Please sign in to comment.