Skip to content

Commit

Permalink
AU: 1 updated - botpress
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 20, 2022
1 parent 480cb46 commit 91cf33b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.30.2</version>
<version>12.30.3</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_30_2-win-x64.zip'
checksum = '5a6fac31d5c7cde4d9bc2b4ff7f0e7fe045a6b4f6a79257b6c537523cb155b02'
url = 'https://s3.amazonaws.com/botpress-binaries/botpress-v12_30_3-win-x64.zip'
checksum = '8de303c81d535a14f1f215ccc28a8ac19d4af40d02e97f3e253757dfca9581dd'
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_30_2-win-x64.zip"
$zipFileName = "botpress-v12_30_3-win-x64.zip"

Uninstall-ChocolateyZipPackage $packageName $zipFileName
# If uninstalling and not just upgrading
Expand Down

0 comments on commit 91cf33b

Please sign in to comment.