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 28, 2024
1 parent 852a460 commit 82996c4
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.7</version>
<version>1.0.8</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_7_Win32.exe'
checksum = '59d1521f1f9c4d5f701134be54e7e9831f7ce021656d9c1c4290db627f79d10f'
url = 'https://oblique-audio.com/downloads/RTL_Utility_1_0_8_Win32.exe'
checksum = '6ab7bf722c7d0186c62a4771f8cb4bdc65d263bef812de572c9c7ad4155ed4fc'
checksumType = 'sha256'
url64 = 'https://oblique-audio.com/downloads/RTL_Utility_1_0_7_x64.exe'
checksum64 = 'ddc2f35078973a86ff3a0c44d09deac23d207f9ad5f68df79381b42d26928391'
url64 = 'https://oblique-audio.com/downloads/RTL_Utility_1_0_8_x64.exe'
checksum64 = '6ab7bf722c7d0186c62a4771f8cb4bdc65d263bef812de572c9c7ad4155ed4fc'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit 82996c4

Please sign in to comment.