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 4, 2025
1 parent eeee878 commit 71d4e1e
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>25.0.2</version>
<version>26.0.3</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/v25.0.2/draw.io-25.0.2-windows-installer.exe'
Download from here: 'https://github.com/jgraph/drawio-desktop/releases/download/v26.0.3/draw.io-26.0.3-windows-installer.exe'

if (get-filehash -algorithm sha512 draw.io-setup-signed-25.0.2).hash = '8132b080cd6c044d74fc9e9f529d5ea027e9815a61c92a7351946c03448cb37da21c8183697eaf8bcc49377fa3f340b8a15f5efa1246b7d1ccef84420e745079'
if (get-filehash -algorithm sha512 draw.io-setup-signed-26.0.3).hash = '4c250fe27d49bdae746d67a130a6db99f20fc3312b796a394af854ca645fe553274ea5029915dc3bab2e815a9eb4d7f3539b6a48c1e1974833836b18fd086c8f'
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 = '25.0.2'
$drawioversion = '26.0.3'
$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 = '8132b080cd6c044d74fc9e9f529d5ea027e9815a61c92a7351946c03448cb37da21c8183697eaf8bcc49377fa3f340b8a15f5efa1246b7d1ccef84420e745079'
checksum = '4c250fe27d49bdae746d67a130a6db99f20fc3312b796a394af854ca645fe553274ea5029915dc3bab2e815a9eb4d7f3539b6a48c1e1974833836b18fd086c8f'
checksumType = 'sha512'
silentArgs = '/S'
}
Expand Down

0 comments on commit 71d4e1e

Please sign in to comment.