Skip to content

Commit

Permalink
AU: 2 updated - extraterm extraterm.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 29, 2022
1 parent c57e3d3 commit e733922
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.59.4-pre</version>
<version>0.67.0-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.59.4/extraterm-setup-0.59.4.exe
x64: https://github.com/sedwards2009/extraterm/releases/download/v0.59.4/extraterm-setup-0.59.4.exe
x32: https://github.com//sedwards2009/extraterm/releases/download/v0.67.0/extratermqt-setup-0.67.0.exe
x64: https://github.com//sedwards2009/extraterm/releases/download/v0.67.0/extratermqt-setup-0.67.0.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: AEDCCE848EE27EC45A35A7445BDF3C90E2CE48E5F085EC35330B7A14588EE3B0
checksum64: AEDCCE848EE27EC45A35A7445BDF3C90E2CE48E5F085EC35330B7A14588EE3B0
checksum32: 396D1FD2AFBF5E17C2383C02A1E6D3D20FAC8EDE62BDF3E2326F6E41D8D05FAD
checksum64: 396D1FD2AFBF5E17C2383C02A1E6D3D20FAC8EDE62BDF3E2326F6E41D8D05FAD

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.59.4.exe"
file = "$toolsDir\extratermqt-setup-0.67.0.exe"
silentArgs = "/S"
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/extraterm/extraterm.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</id>
<version>0.59.4-pre</version>
<version>0.67.0-pre</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/extraterm</packageSourceUrl>
<owners>chtof</owners>
<title>Extraterm</title>
Expand Down Expand Up @@ -63,7 +63,7 @@ Backwards compatibility with the decades of existing terminal based applications
]]></description>
<releaseNotes>https://github.com/sedwards2009/extraterm/releases</releaseNotes>
<dependencies>
<dependency id="extraterm.install" version="[0.59.4-pre]" />
<dependency id="extraterm.install" version="0.67.0-pre" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit e733922

Please sign in to comment.