Skip to content

Commit

Permalink
AU: 3 updated - automouseclick extraterm extraterm.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 28, 2022
1 parent 28dd18e commit bf4430d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/automouseclick/automouseclick.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>automouseclick</id>
<version>99.1.4.20221227</version>
<version>99.1.4.20221228</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/automouseclick</packageSourceUrl>
<owners>chtof</owners>
<title>Auto Mouse Click</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/automouseclick/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.murgee.com/auto-mouse-click/download/setup.exe'
checksum = 'FC77BE217A2FA602E71DE73A0E6F2D20E054EC683953DE34EC039BBB9E981AA5'
checksum = '49C57393D5F09145D53B4EBF633779173E455A8693AF4356241D69B5D3FF3D6D'
checksumType = 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
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.68.0-pre</version>
<version>0.69.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.68.0/extratermqt-setup-0.68.0.exe
x64: https://github.com//sedwards2009/extraterm/releases/download/v0.68.0/extratermqt-setup-0.68.0.exe
x32: https://github.com//sedwards2009/extraterm/releases/download/v0.69.0/extratermqt-setup-0.69.0.exe
x64: https://github.com//sedwards2009/extraterm/releases/download/v0.69.0/extratermqt-setup-0.69.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: E04B94C40467DC8BC157928E040FCE87A2396CCEB3D1B1EC4A3461C680177BDA
checksum64: E04B94C40467DC8BC157928E040FCE87A2396CCEB3D1B1EC4A3461C680177BDA
checksum32: FD82C3E5AD3DEB0717781F4BEFC784650BC9585829C0DC5CDFCC520979A32419
checksum64: FD82C3E5AD3DEB0717781F4BEFC784650BC9585829C0DC5CDFCC520979A32419

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\extratermqt-setup-0.68.0.exe"
file = "$toolsDir\extratermqt-setup-0.69.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.68.0-pre</version>
<version>0.69.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.68.0-pre" />
<dependency id="extraterm.install" version="0.69.0-pre" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit bf4430d

Please sign in to comment.