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 Aug 14, 2021
1 parent d7e31b8 commit d4728a8
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.24.0</version>
<version>12.24.1</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_0-win-x64.zip'
checksum = '4b8981f5b3da1540544a68f3ee0ec2651499e75bd5a4c3d11546614c11f5aa26'
url = 'https://s3.amazonaws.com/botpress-binaries/botpress-v12_24_1-win-x64.zip'
checksum = '6bbf278a719417104010574ba3c1085d205e08ed4c6920128cf0fa214f37ea50'
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_0-win-x64.zip"
$zipFileName = "botpress-v12_24_1-win-x64.zip"

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

0 comments on commit d4728a8

Please sign in to comment.