Skip to content

Commit

Permalink
AU: 1 updated - rtl-utility
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 22, 2023
1 parent 893a971 commit 9a13a9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/rtl-utility/rtl-utility.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>rtl-utility</id>
<version>1.0.5</version>
<version>1.0.6</version>
<packageSourceUrl>https://github.com/Sam13/chocolatey-packages/tree/master/automatic/rtl-utility</packageSourceUrl>
<owners>HarryH</owners>
<title>RTL Utility</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/rtl-utility/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://oblique-audio.com/downloads/RTL_Utility_1_0_5_Win32.exe'
checksum = 'a0ccb7a49ae417ca6d36e30e7fb0d2cf283e80b55a059210eb62cfd2be1092c7'
url = 'https://oblique-audio.com/downloads/RTL_Utility_1_0_6_Win32.exe'
checksum = '102292ae7320e85cf003c60c402c8a3f33c0e471ec80a77f0a9d7a3e91d2d0d6'
checksumType = 'sha256'
url64 = 'https://oblique-audio.com/downloads/RTL_Utility_1_0_5_x64.exe'
checksum64 = '27db26ecbeb309ce0183b570ec47a5aefa5e3276b7e65cea49f9d6790bb3928f'
url64 = 'https://oblique-audio.com/downloads/RTL_Utility_1_0_6_x64.exe'
checksum64 = 'ea011e3504ba704e8233a5decaa7190e826a66f5f6eb9e4ebe873c9eb19e5128'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit 9a13a9c

Please sign in to comment.