Skip to content

Commit

Permalink
AU: 1 updated - camunda-modeler
Browse files Browse the repository at this point in the history
  • Loading branch information
TervisIT committed Oct 28, 2017
1 parent 7ac0beb commit 96d8e35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion camunda-modeler/camunda-modeler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>camunda-modeler</id>
<title>Camunda Modeler</title>
<version>1.10.0</version>
<version>1.11.2</version>
<owners>hambone TervisIT</owners>
<authors>Camunda</authors>
<summary>BPMN process diagrams and DMN decision tables</summary>
Expand Down
8 changes: 4 additions & 4 deletions camunda-modeler/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$PackageName = 'camunda-modeler'
$url32 = 'https://camunda.org/release/camunda-modeler/1.10.0/camunda-modeler-1.10.0-win32-ia32.zip'
$url64 = 'https://camunda.org/release/camunda-modeler/1.10.0/camunda-modeler-1.10.0-win32-x64.zip'
$checksum32 = 'ef8211fa2bfa8b9fc88dc9d77ff5fd5a24c019358801a562db954a67d604874d'
$checksum64 = '34a189de4613a1153d73fec8c0a0f6f4253720778fff28327afab8dbb2d177af'
$url32 = 'https://camunda.org/release/camunda-modeler/1.11.2/camunda-modeler-1.11.2-win32-ia32.zip'
$url64 = 'https://camunda.org/release/camunda-modeler/1.11.2/camunda-modeler-1.11.2-win32-x64.zip'
$checksum32 = 'f89c2c6981f3ebd7473a7ecfd40d648814016e3e15098ec28aaed7c7635e4d9c'
$checksum64 = 'ac59b5ba6a4e377b633c03b76385049f45175a9316eb3e4a823b97bf5526e9cf'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 96d8e35

Please sign in to comment.