Skip to content

Commit

Permalink
AU: 3 updated - cacher stretchly tablacus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 15, 2019
1 parent 706874a commit 2856ab5
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/cacher/cacher.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cacher</id>
<version>2.12.2</version>
<version>2.12.3</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cacher</packageSourceUrl>
<owners>AdmiringWorm, </owners>
<title>Cacher</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cacher/tools/chocolateyinstall.ps1
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.12.2.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.12.3.exe'
softwareName = 'Cacher*'
checksum = '6b5a1a9afc1dd6f12ea02475bb6f0181f6676567cea870d9aee06cbced54caa019ac7559bdf0eaaa59588bf7fd9206f63f27c50a566f7a47d0df3f59ec8ba935'
checksum = 'af44c6e0651564953391ff279b03a4505a039204bf1646a49b813a4824137a8c6c15eb9ef80e9b2f96e3a7daeb9608b9586d603b4e1e584d25c6383d2f3185a7'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/stretchly/legal/VERIFICATION.txt
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/v0.20.0/stretchly.Setup.0.20.0.exe>
1. Download the following <https://github.com/hovancik/stretchly/releases/download/v0.20.1/stretchly.Setup.0.20.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: 9DB4E3977C30D6D7CD56B06686A6C76DDE61C35A793F87EA4E9B25535EC2D866
checksum: C1D99ECC45ACB5B21BBF852E4603C0F816E5E4FE8648B69684002902EDD1C2A6

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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>stretchly</id>
<version>0.20.0</version>
<version>0.20.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
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\stretchly.Setup.0.20.0.exe"
file = "$toolsPath\stretchly.Setup.0.20.1.exe"
softwareName = 'stretchly*'
silentArgs = '/S /allusers'
validExitCodes = @(0)
Expand Down
6 changes: 3 additions & 3 deletions automatic/tablacus/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://tablacus.github.io/explorer_en.html>
and can be verified by doing the following:

1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/19.7.11/te190711.zip>
1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/19.7.15/te190715.zip>
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: 986569106CB2E9EA2509494DD67C2485A3CDB2620DE41915D55C2D41B1524037
checksum: 0B160F9F177AE603D00F1972E4E19C89F459889970F47F74D5ACCF669EC3A449

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/19.7.11/LICENSE.TXT>
The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/19.7.15/LICENSE.TXT>
4 changes: 2 additions & 2 deletions automatic/tablacus/tablacus.nuspec
Expand Up @@ -3,15 +3,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tablacus</id>
<version>19.7.11</version>
<version>19.7.15</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus</packageSourceUrl>
<owners>AdmiringWorm, Yoshimov</owners>
<title>Tablacus Explorer</title>
<authors>Gaku</authors>
<projectUrl>https://tablacus.github.io/explorer_en.html</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@23c507427e532c4407844487480b415895e5edba/icons/tablacus.png</iconUrl>
<copyright>Copyright (c) 2011 Gaku</copyright>
<licenseUrl>https://github.com/tablacus/TablacusExplorer/blob/19.7.11/LICENSE.TXT</licenseUrl>
<licenseUrl>https://github.com/tablacus/TablacusExplorer/blob/19.7.15/LICENSE.TXT</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/tablacus/TablacusExplorer</projectSourceUrl>
<bugTrackerUrl>https://github.com/tablacus/TablacusExplorer/issues</bugTrackerUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/tablacus/tools/chocolateyInstall.ps1
Expand Up @@ -4,7 +4,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'tablacus'
file = "$toolsPath\te190711.zip"
file = "$toolsPath\te190715.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 2856ab5

Please sign in to comment.