Skip to content

Commit

Permalink
AU: 2 updated - cacher tablacus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 19, 2018
1 parent 2af5151 commit 816af00
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/cacher/cacher.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>cacher</id>
<version>1.3.5</version>
<version>1.3.6</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
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%201.3.5.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%201.3.6.exe'
softwareName = 'Cacher*'
checksum = '47fa610c607f6882f19d06dc304ad083b49fc558a8c871fb498cc2e4f339ad4f4bf6a043dd7745d3d10a3a32bbe59662844cc9cc19e6b19e36ff1fbba07df688'
checksum = 'e70791ecbcb581ab742182e6a7617455f502b90bf21c8cd887ea22facfb0a15495d9b5e4803a52f8a619f91f33a341c216ecf38a44993c1be6ca7b30d55f85ad'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/tablacus/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 <http://www.eonet.ne.jp/~gakana/tablacus/explorer_en.html>
and can be verified by doing the following:

1. Download the following <http://www.eonet.ne.jp/~gakana/tablacus/dl/te180318.zip>
1. Download the following <http://www.eonet.ne.jp/~gakana/tablacus/dl/te180319.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: A8677EED1E31708E9B4E6932E4E1FEB9E40AFE264A36CF0E6182BFA641B1C6FC
checksum: 85BA6DA40856EB84B3941650D4D166086221E2CACC1977380CF02A8AA1C1B948

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/ab02cbc9093498c1a49be851f8c8f72b76651704/LICENSE.TXT>
2 changes: 1 addition & 1 deletion automatic/tablacus/tablacus.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>tablacus</id>
<version>18.3.18</version>
<version>18.3.19</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus</packageSourceUrl>
<owners>AdmiringWorm, Yoshimov</owners>
<title>Tablacus Explorer</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/tablacus/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

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

Expand Down

0 comments on commit 816af00

Please sign in to comment.