Skip to content

Commit

Permalink
AU: 2 updated - botpress jtalert
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 15, 2021
1 parent c09e397 commit 312bf4a
Show file tree
Hide file tree
Showing 5 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.22.2</version>
<version>12.23.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_22_2-win-x64.zip'
checksum = '0447f4a1a070e21e37dea4d9f468d5ea54c8431ca15e970454eb059a178a841d'
url = 'https://s3.amazonaws.com/botpress-binaries/botpress-v12_23_0-win-x64.zip'
checksum = 'cf3eb232d6479b74e744effeebf1d8df520d184d8547f9156daaa7a5d9c6f4e9'
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_22_2-win-x64.zip"
$zipFileName = "botpress-v12_23_0-win-x64.zip"

Uninstall-ChocolateyZipPackage $packageName $zipFileName
# If uninstalling and not just upgrading
Expand Down
2 changes: 1 addition & 1 deletion automatic/jtalert/jtalert.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>jtalert</id>
<version>2.50.3</version>
<version>2.50.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/jtalert</packageSourceUrl>
<owners>chtof</owners>
<title>JTAlert</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/jtalert/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://dnl.hamapps.com/JTAlert/b422cfdb13b5750d9ec2a5abe57ed806'
checksum = '2ea8eefe93b4fd5d53bffd23a6b064cf3c2341e722ab64707d1e47f16c22d33b'
url = 'https://dnl.hamapps.com/JTAlert/37eec2ff5f60d82832f4725c1a4b15e3'
checksum = '575e4fa81c8ea605dda8e15424acd633e868c78c8131570fdad99efcd81c3f7a'
checksumType = 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /components=""'
Expand Down

0 comments on commit 312bf4a

Please sign in to comment.