Skip to content

Commit

Permalink
AU: 1 updated - extraterm.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 24, 2021
1 parent ce8d2e8 commit 1ea0778
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/extraterm.install/extraterm.install.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>extraterm.install</id>
<version>0.58.0-pre</version>
<version>0.59.2-pre</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/extraterm.install</packageSourceUrl>
<owners>chtof</owners>
<title>Extraterm (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/extraterm.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://github.com/sedwards2009/extraterm/releases/download/v0.58.0/extraterm-setup-0.58.0.exe
x64: https://github.com/sedwards2009/extraterm/releases/download/v0.58.0/extraterm-setup-0.58.0.exe
x32: https://github.com/sedwards2009/extraterm/releases/download/v0.59.2/extraterm-setup-0.59.2.exe
x64: https://github.com/sedwards2009/extraterm/releases/download/v0.59.2/extraterm-setup-0.59.2.exe

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

checksum type: sha256
checksum32: 7A9686CC6F9136FF3902C8BCDA063F878559125ADB3F5FFD37AF7CEB3D204981
checksum64: 7A9686CC6F9136FF3902C8BCDA063F878559125ADB3F5FFD37AF7CEB3D204981
checksum32: 3B80F671B84342968A00EDB5F850A1EC1A6C337A209FD39ECEE154752B88C825
checksum64: 3B80F671B84342968A00EDB5F850A1EC1A6C337A209FD39ECEE154752B88C825

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/sedwards2009/extraterm/v0.42.2/LICENSE.txt
2 changes: 1 addition & 1 deletion automatic/extraterm.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\extraterm-setup-0.58.0.exe"
file = "$toolsDir\extraterm-setup-0.59.2.exe"
silentArgs = "/S"
}

Expand Down

0 comments on commit 1ea0778

Please sign in to comment.