Skip to content

Commit

Permalink
AU: 1 updated - es
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 1, 2022
1 parent 90928b1 commit d7a48cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/es/es.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>es</id>
<version>1.1.0.23</version>
<version>1.1.0.24</version>
<title>Everything Command Line</title>
<authors>David Carpenter</authors>
<owners>chocolatey-community, TheCakeIsNaOH</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/es/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://www.voidtools.com/ES-1.1.0.23.zip
x32: https://www.voidtools.com/ES-1.1.0.24.zip

to download the archive.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: E8AC817AE276BA1D12044A65444C109F284015BA985D29201A9FD4F38B5E6187
checksum32: 75BFC0737905408798B6FFA6BF51496DF3C162F7DA9B01927B8393D249E143E8

Using AU:

Get-RemoteChecksum https://www.voidtools.com/ES-1.1.0.23.zip
Get-RemoteChecksum https://www.voidtools.com/ES-1.1.0.24.zip

File 'License.txt' is obtained from:
https://www.voidtools.com/License.txt
Expand Down
2 changes: 1 addition & 1 deletion automatic/es/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = 'es'
FileFullPath = "$toolsDir\ES-1.1.0.23.zip"
FileFullPath = "$toolsDir\ES-1.1.0.24.zip"
Destination = $toolsDir
}

Expand Down

0 comments on commit d7a48cb

Please sign in to comment.