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 19, 2023
1 parent 9a1164a commit bbf3078
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.15.0/Stretchly-Setup-1.15.0.exe>
1. Download the following <https://github.com/hovancik/stretchly/releases/download/v1.15.1/Stretchly-Setup-1.15.1.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: 129A880FDCC2C7EE833C78F49D329A1F1A339AE652CBC514F908E203EF2676CF
checksum: 417CAA2D5EE7AA07AEFC15B4C68685D870613564004F422D3E2F6969859D0AFE

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.15.0</version>
<version>1.15.1</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-Setup-1.15.0.exe"
file = "$toolsPath\Stretchly-Setup-1.15.1.exe"
softwareName = 'stretchly*'
silentArgs = '/S /allusers'
validExitCodes = @(0)
Expand Down

0 comments on commit bbf3078

Please sign in to comment.