Skip to content

Commit

Permalink
AU: 1 updated - stretchly
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 8, 2020
1 parent b86fe58 commit 2c66953
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/stretchly/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://hovancik.net/stretchly/downloads/>
and can be verified by doing the following:

1. Download the following <https://github.com/hovancik/stretchly/releases/download/v1.2.0/stretchly-Web-Setup-1.2.0.exe>
1. Download the following <https://github.com/hovancik/stretchly/releases/download/v1.3.0/Stretchly-Web-Setup-1.3.0.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: 6FA70DD437FF32E113AFDD3EF5B126EFFBF81CB6EE17331212E3DB815DA122DE
checksum: AD1FC9649837C9F9C70F5A81F434B2E0943743D89E144D3309B2677107BB0F71

The file 'LICENSE.txt' has been obtained from <https://github.com/hovancik/stretchly/blob/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/stretchly/stretchly.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>stretchly</id>
<version>1.2.0</version>
<version>1.3.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/stretchly</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>stretchly</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/stretchly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\stretchly-Web-Setup-1.2.0.exe"
file = "$toolsPath\Stretchly-Web-Setup-1.3.0.exe"
softwareName = 'stretchly*'
silentArgs = '/S /allusers'
validExitCodes = @(0)
Expand Down

0 comments on commit 2c66953

Please sign in to comment.