Skip to content

Commit

Permalink
AU: 1 updated - drawio
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jan 6, 2025
1 parent 71d4e1e commit 6c2cfd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drawio/drawio.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>drawio</id>
<version>26.0.3</version>
<version>26.0.4</version>
<packageSourceUrl>https://github.com/digitalcoyote/chocolatey-packages</packageSourceUrl>
<owners>DarwinJS CodingCoyote</owners>
<title>drawio (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions drawio/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERIFICATION
Download from here: 'https://github.com/jgraph/drawio-desktop/releases/download/v26.0.3/draw.io-26.0.3-windows-installer.exe'
Download from here: 'https://github.com/jgraph/drawio-desktop/releases/download/v26.0.4/draw.io-26.0.4-windows-installer.exe'

if (get-filehash -algorithm sha512 draw.io-setup-signed-26.0.3).hash = '4c250fe27d49bdae746d67a130a6db99f20fc3312b796a394af854ca645fe553274ea5029915dc3bab2e815a9eb4d7f3539b6a48c1e1974833836b18fd086c8f'
if (get-filehash -algorithm sha512 draw.io-setup-signed-26.0.4).hash = 'd81c904ec0bfadce8b7d6503b192aeb0de0a89e948bff60477ad48beef8928d6c04dcdfccc80372a938b8abdea3249c60e613f1492d4ab57ce3662e7935cb7b8'
4 changes: 2 additions & 2 deletions drawio/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$drawioversion = '26.0.3'
$drawioversion = '26.0.4'
$url = "https://github.com/jgraph/drawio-desktop/releases/download/v$drawioversion/draw.io-$drawioversion-windows-installer.exe"

$packageArgs = @{
Expand All @@ -10,7 +10,7 @@ $packageArgs = @{
#file = "$toolsDir/draw.io-11.1.4-windows-installer.exe"
url = $url
softwareName = 'drawio*'
checksum = '4c250fe27d49bdae746d67a130a6db99f20fc3312b796a394af854ca645fe553274ea5029915dc3bab2e815a9eb4d7f3539b6a48c1e1974833836b18fd086c8f'
checksum = 'd81c904ec0bfadce8b7d6503b192aeb0de0a89e948bff60477ad48beef8928d6c04dcdfccc80372a938b8abdea3249c60e613f1492d4ab57ce3662e7935cb7b8'
checksumType = 'sha512'
silentArgs = '/S'
}
Expand Down

0 comments on commit 6c2cfd1

Please sign in to comment.