diff --git a/automatic/onionshare/legal/VERIFICATION.txt b/automatic/onionshare/legal/VERIFICATION.txt index 333fe8165..93ff4181c 100644 --- a/automatic/onionshare/legal/VERIFICATION.txt +++ b/automatic/onionshare/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum: F3A295355D996BC5D846CE93F001EE941B234F92B38BD0D9027D4FC1F95F8FBD + checksum: D089E9F521F49E55A81D988C314DC4B8F5E0B83A78264BD7342082ECACE511DD The file 'LICENSE.txt' has been obtained from diff --git a/automatic/onionshare/onionshare.nuspec b/automatic/onionshare/onionshare.nuspec index 499860539..41c1cb603 100644 --- a/automatic/onionshare/onionshare.nuspec +++ b/automatic/onionshare/onionshare.nuspec @@ -3,7 +3,7 @@ onionshare - 1.3 + 1.3.1 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/onionshare AdmiringWorm OnionShare diff --git a/automatic/onionshare/tools/chocolateyInstall.ps1 b/automatic/onionshare/tools/chocolateyInstall.ps1 index b69f1b5ed..b3bf75ae0 100644 --- a/automatic/onionshare/tools/chocolateyInstall.ps1 +++ b/automatic/onionshare/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\onionshare-1.3-setup.exe" + file = "$toolsPath\onionshare-1.3.1-setup.exe" softwareName = 'OnionShare' silentArgs = '/S' validExitCodes = @(0)