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 Dec 30, 2021
1 parent aa1dc25 commit b71284d
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.2</version>
<version>1.0.3</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_2_Win32.exe'
checksum = '0ffe090938178088044860707cfa2160e2bac3c834b7f676137e5fda1a8cbbc6'
url = 'https://oblique-audio.com/downloads/RTL_Utility_1_0_3_Win32.exe'
checksum = 'c788a1792e7d89c498268abaa9e6663bbbabfa696edc6f7ccdfdd862d00c786d'
checksumType = 'sha256'
url64 = 'https://oblique-audio.com/downloads/RTL_Utility_1_0_2_x64.exe'
checksum64 = 'bcc565ed53aeb5d6d40c9d252a9954f16cde0dabdf821ef84b05ca1f93e9f4dc'
url64 = 'https://oblique-audio.com/downloads/RTL_Utility_1_0_3_x64.exe'
checksum64 = '5764c78d4e7150d187dfd9312b21a77c4d4cbecf54586f83cea7f83ae6918a2b'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit b71284d

Please sign in to comment.