Skip to content

Commit

Permalink
AU: 1 updated - voicemod
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Dec 19, 2020
1 parent 0ec5905 commit 7d460b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions automatic/voicemod/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$url = 'https://www.voicemod.net/b2c/v2/VoicemodSetup_2.2.0.2.exe'
$checksum = 'fe984cfe417284c42168e5a55762621818e8f66f84cce571e2a83ae9f40ad268'
$url = 'https://www.voicemod.net/b2c/v2/VoicemodSetup_2.4.0.6.exe'
$checksum = 'cb2f108ce710df2517aafae43f7666878cdd6566dcd228d7d754f2eec04aad28'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/voicemod/voicemod.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>voicemod</id>
<version>2.2.0.1</version>
<version>2.4.0.6</version>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/voicemod</packageSourceUrl>
<owners>tunisiano</owners>

Expand Down

0 comments on commit 7d460b3

Please sign in to comment.