diff --git a/camunda-bpm-tomcat/camunda-bpm-tomcat.nuspec b/camunda-bpm-tomcat/camunda-bpm-tomcat.nuspec index 3dd576282..272619b8f 100644 --- a/camunda-bpm-tomcat/camunda-bpm-tomcat.nuspec +++ b/camunda-bpm-tomcat/camunda-bpm-tomcat.nuspec @@ -1,9 +1,9 @@ - + camunda-bpm-tomcat Camunda BPM Tomcat - 7.6.0 + 7.7.0 hambone TervisIT Camunda The Camunda Engine is lightning fast, and clustering for horizontal scalability is straightforward as the engine is stateless: multiple instances can share the same database. diff --git a/camunda-bpm-tomcat/tools/chocolateyinstall.ps1 b/camunda-bpm-tomcat/tools/chocolateyinstall.ps1 index 240737c03..08ec1693d 100644 --- a/camunda-bpm-tomcat/tools/chocolateyinstall.ps1 +++ b/camunda-bpm-tomcat/tools/chocolateyinstall.ps1 @@ -1,10 +1,10 @@ -$ErrorActionPreference = 'Stop' +$ErrorActionPreference = 'Stop' $PackageName = 'camunda-bpm-tomcat' -$url32 = 'https://camunda.org/release/camunda-bpm/tomcat/7.6/camunda-bpm-tomcat-7.6.0.zip' -$url64 = 'https://camunda.org/release/camunda-bpm/tomcat/7.6/camunda-bpm-tomcat-7.6.0.zip' -$checksum32 = '4f08e0c14d29e3bd9dd6dbe1d4f0c369ad2065ad80973f61a774a816476f110b' -$checksum64 = '4f08e0c14d29e3bd9dd6dbe1d4f0c369ad2065ad80973f61a774a816476f110b' +$url32 = 'https://camunda.org/release/camunda-bpm/tomcat/7.7/camunda-bpm-tomcat-7.7.0.zip' +$url64 = 'https://camunda.org/release/camunda-bpm/tomcat/7.7/camunda-bpm-tomcat-7.7.0.zip' +$checksum32 = 'd0e39200c05ffc93e070c4973cc9f6eccae02c75da709163d443acc97c18b93b' +$checksum64 = 'd0e39200c05ffc93e070c4973cc9f6eccae02c75da709163d443acc97c18b93b' $packageArgs = @{ packageName = $packageName