Skip to content

Commit

Permalink
AU: 1 updated - onionshare
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 16, 2019
1 parent ea35bec commit 93623c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions automatic/onionshare/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from their source releases section
location on <https://github.com/micahflee/onionshare/releases>
and can be verified by doing the following:

1. Download the following <https://github.com/micahflee/onionshare/releases/download/v2.1.dev1/onionshare-2.1.dev1-setup.exe>
1. Download the following <https://github.com/micahflee/onionshare/releases/download/v2.1/onionshare-2.1-setup.exe>
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: 64A84524B17139C093EAD9EED4FCBB7269F5E9E9D07704ECC63FE5B433798118
checksum: 0785A18A849D55AACCCDA80A8575C7D12850AD655933F2C968884FCD201962D6

The file 'LICENSE.txt' has been obtained from <https://github.com/micahflee/onionshare/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/onionshare/onionshare.nuspec
Expand Up @@ -3,14 +3,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>onionshare</id>
<version>2.1-dev1</version>
<version>2.1</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/onionshare</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>OnionShare</title>
<authors>Micah Lee</authors>
<projectUrl>https://onionshare.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@92f4e01bb66a1a5a853e465e8a06ae7017de871a/onionshare/icons/128x128.png</iconUrl>
<licenseUrl>https://github.com/micahflee/onionshare/blob/v2.1.dev1/LICENSE</licenseUrl>
<licenseUrl>https://github.com/micahflee/onionshare/blob/v2.1/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/micahflee/onionshare</projectSourceUrl>
<docsUrl>https://github.com/micahflee/onionshare/wiki</docsUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/onionshare/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\onionshare-2.1.dev1-setup.exe"
file = "$toolsPath\onionshare-2.1-setup.exe"
softwareName = 'OnionShare'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 93623c2

Please sign in to comment.