Skip to content

Commit

Permalink
AU: 2 updated - disposablefixer tablacus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 9, 2020
1 parent f5d6bb9 commit 2d8032b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/disposablefixer/disposablefixer.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>disposablefixer</id>
<version>2.4.1</version>
<version>2.4.2</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/disposablefixer</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>DisposableFixer</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/disposablefixer/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The extension has been downloaded from visual studio gallery <https://marketplace.visualstudio.com/items?itemName=DavidStormer.DisposableFixer>
and can be verified like this:

1. Download <https://davidstormer.gallerycdn.vsassets.io/extensions/davidstormer/disposablefixer/2.4.1/1579263360569/DisposableFixer.vsix>
1. Download <https://davidstormer.gallerycdn.vsassets.io/extensions/davidstormer/disposablefixer/2.4.2/1581274521512/DisposableFixer.vsix>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: B21B8095E500E033699B2897A35900DB89D5C04E5AE59856BFAC87726C675656
checksum: 719E984A2537C91F93C7F35FB9A2AD4B1D6D04F193E2D8B87D3AC55A1D091257

File 'LICENSE.txt' is obtained from <https://github.com/BADF00D/DisposableFixer/blob/24d83f777495bdac0cd48905b740b35f343f9696/License.txt>
6 changes: 3 additions & 3 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 <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/20.2.8/te200208.zip>
1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/20.2.9/te200209.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: 2B129E258B4178B74A1AB570DA16431EFB6886E11A1E7A20D1F2C8290353D6D7
checksum: EAA6C1BD94749740806770120700BE45F7CD0044F3E8F7C106A4FEC4E8CDF226

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/20.2.8/LICENSE.TXT>
The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/20.2.9/LICENSE.TXT>
4 changes: 2 additions & 2 deletions automatic/tablacus/tablacus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tablacus</id>
<version>20.2.8</version>
<version>20.2.9</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/20.2.8/LICENSE.TXT</licenseUrl>
<licenseUrl>https://github.com/tablacus/TablacusExplorer/blob/20.2.9/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
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\te200208.zip"
file = "$toolsPath\te200209.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 2d8032b

Please sign in to comment.