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 Aug 23, 2021
1 parent 9504ae0 commit 5904850
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.16.0.1.exe'
$checksum = '4b83bcf49c00984bd6ac552cd7e7003828bcd4007906aff3ef89887801ff01eb'
$url = 'https://www.voicemod.net/b2c/v2/VoicemodSetup_2.17.0.2.exe'
$checksum = '505f00c379ec72f0257b88c7a593464a8725e50b8504f3960615dc95895ab69e'
$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.16.0.1</version>
<version>2.17.0.2</version>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/voicemod</packageSourceUrl>
<owners>tunisiano</owners>

Expand Down

0 comments on commit 5904850

Please sign in to comment.