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 11, 2023
1 parent d720f1e commit 09695cf
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.14.1/Stretchly-Setup-1.14.1.exe>
1. Download the following <https://github.com/hovancik/stretchly/releases/download/v1.15.0/Stretchly-Setup-1.15.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: 359F56EBB7784A562E2BD463C7A29E9B5AB909E601702046E06C3A52B8F728A5
checksum: 129A880FDCC2C7EE833C78F49D329A1F1A339AE652CBC514F908E203EF2676CF

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

0 comments on commit 09695cf

Please sign in to comment.