Skip to content

Commit

Permalink
AU: 1 updated - camunda-bpm-tomcat
Browse files Browse the repository at this point in the history
  • Loading branch information
TervisIT committed May 31, 2017
1 parent dbb6f0d commit bf27db8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions camunda-bpm-tomcat/camunda-bpm-tomcat.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>camunda-bpm-tomcat</id>
<title>Camunda BPM Tomcat</title>
<version>7.6.0</version>
<version>7.7.0</version>
<owners>hambone TervisIT</owners>
<authors>Camunda</authors>
<summary>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.</summary>
Expand Down
10 changes: 5 additions & 5 deletions camunda-bpm-tomcat/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bf27db8

Please sign in to comment.