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 Nov 8, 2022
1 parent e2a1b3b commit cf0f05d
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.4</version>
<version>1.0.5</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_4_Win32.exe'
checksum = '56ef797fc2a49ff19ce70c9802fafa3f4bca7a4a3e00614cc78dcd19f208343a'
url = 'https://oblique-audio.com/downloads/RTL_Utility_1_0_5_Win32.exe'
checksum = 'a0ccb7a49ae417ca6d36e30e7fb0d2cf283e80b55a059210eb62cfd2be1092c7'
checksumType = 'sha256'
url64 = 'https://oblique-audio.com/downloads/RTL_Utility_1_0_4_x64.exe'
checksum64 = '51f04fa0fca87cd7ed3839c24540856b3b6c196e7ee86a6eb3d725a4b8eb54c0'
url64 = 'https://oblique-audio.com/downloads/RTL_Utility_1_0_5_x64.exe'
checksum64 = '27db26ecbeb309ce0183b570ec47a5aefa5e3276b7e65cea49f9d6790bb3928f'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit cf0f05d

Please sign in to comment.