Skip to content

Commit

Permalink
AU: 2 updated - rode-central zoomit
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed May 25, 2023
1 parent 034e316 commit f8365b6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions rode-central/current.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lastModified": null,
"version": "2.0.28",
"eTag": [
"\"2eda6408886bd3ee22702a2af09cefbf-1\""
]
"\"b816782e229cdce068de086b8e4f93c2-1\""
],
"version": "2.0.30"
}
2 changes: 1 addition & 1 deletion rode-central/rode-central.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>rode-central</id>
<version>2.0.28</version>
<version>2.0.30</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/rode-central</packageSourceUrl>
<owners>flcdrg</owners>
<title>RØDE Central</title>
Expand Down
4 changes: 2 additions & 2 deletions rode-central/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$checksum = '3AEF655F7569612DBA3C90FFF3E40C12B5D4B790D3558FFB7642B7AA311722E7';
$relativePath = 'RODE Central (2.0.28).msi';
$checksum = '32E2CC438B61AA73C543B1A446439AF83E82CAF36DC7B13DC6CDC457E1E26B2E';
$relativePath = 'RODE Central (2.0.30).msi';


if ([Version] (Get-CimInstance Win32_OperatingSystem).Version -lt [version] "10.0.17134.0") {
Expand Down
2 changes: 1 addition & 1 deletion zoomit/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Get-Process ZoomIt64 -ErrorAction SilentlyContinue | Stop-Process

$packageName = 'zoomit'
$url = 'https://download.sysinternals.com/files/ZoomIt.zip'
$checksum = 'D94D48F2519D5F28EFCF7B9F2EACFAB3B25CB0175D0AD9A2383F3107BC56FC21'
$checksum = '8D5674EF85573888724C032EBCCB2F72722AD565F9FB7D74E542C860E3432864'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Install-ChocolateyZipPackage -PackageName "$packageName" `
Expand Down
2 changes: 1 addition & 1 deletion zoomit/zoomit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>zoomit</id>
<title>ZoomIt</title>
<version>6.12</version>
<version>7.0</version>
<authors>Mark Russinovich</authors>
<owners>flcdrg</owners>
<summary>Presentation utility for zooming and drawing on the screen</summary>
Expand Down

0 comments on commit f8365b6

Please sign in to comment.