Skip to content

Commit

Permalink
chocomilk: Update to 4.0.68
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenCircle-Choco-Bot committed Dec 29, 2023
1 parent 6326620 commit 454eaf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$urlPackage = 'https://wwcom.ch/downloads/cti_4_0_67.exe'
$checksumPackage = '36aab615830491c1e301f8974e2c3a4cb57add4d51cb1e969ed1d0cdd36492b93939c3a811b3606e9c49810babfd7482bbe7f1e3b1f582532621b9a296824f00'
$urlPackage = 'https://wwcom.ch/downloads/cti_4_0_68.exe'
$checksumPackage = '757d83ed94eb66fd7677f87defd6710d9a176ccfbf68283bddfc68781e5d025da5e43ccc17b0466102f1085a48f14d7ccdcdac2fe73acc4e384198e9676ff254'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
4 changes: 2 additions & 2 deletions package/wwphone-cti.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>wwphone-cti</id>
<version>4.0.67</version>
<version>4.0.68</version>
<packageSourceUrl>https://github.com/open-circle-ltd/chocolatey.wwphone.cti</packageSourceUrl>
<owners>Benaiah Matthew Catherasoo, Open Circle AG</owners>
<title>wwphone CTI-Client</title>
Expand Down Expand Up @@ -47,4 +47,4 @@ choco install wwphone-cti
<files>
<file src="tools\**" target="tools"/>
</files>
</package>
</package>

0 comments on commit 454eaf8

Please sign in to comment.