Skip to content

Commit

Permalink
AU: 2 updated - cports electron
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Nov 2, 2023
1 parent 344da87 commit 23b2c40
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/cports/cports.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>cports</id>
<version>2.75</version>
<version>2.76</version>
<title>CurrPorts</title>
<authors>Nir Sofer</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cports/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$packageName = 'cports'
$url = 'https://www.nirsoft.net/utils/cports.zip'
$checksum = '60ba408766aab7719350f2b856b41bcd9f5e474fc40766382740399f0fdbfe8d'
$checksum = '6423c1f311f5cbe427ac762312ba3021ebe2db7758de712488c2b80fe196ff82'
$checksumType = 'sha256'
$url64 = 'https://www.nirsoft.net/utils/cports-x64.zip'
$checksum64 = '5960b25cb7e8b27ed80c03498a8d5795acfffee0fd8306b3d0d2ab7d37a6cb12'
$checksum64 = '9e5045a8c8682c157319fedd7706654ed9d7a2b5de536f111be8f5d0b9721ef6'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "$($packageName).exe"
Expand Down
2 changes: 1 addition & 1 deletion automatic/electron/electron.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electron</id>
<title>Electron</title>
<version>27.0.2</version>
<version>27.0.3</version>
<authors>GitHub Inc</authors>
<owners>tunisiano</owners>
<summary>Build cross platform desktop apps with web technologies</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/electron/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://github.com/electron/electron/releases/download/v27.0.2/electron-v27.0.2-win32-ia32.zip'
$checksum = '1884eacb4ee6b54e46c391b7c2e57b73f210ff855c1db0c890014649ddd3ffc7'
$url = 'https://github.com/electron/electron/releases/download/v27.0.3/electron-v27.0.3-win32-ia32.zip'
$checksum = '6de967af6a4da56971d9175c2e65009fe13046e78a9f25ba0930f6afec68aff6'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v27.0.2/electron-v27.0.2-win32-x64.zip'
$checksum64 = '1545d204937079a1c8fe675062c04351ad45dec37336eec8cbee44acd74d29dc'
$url64 = 'https://github.com/electron/electron/releases/download/v27.0.3/electron-v27.0.3-win32-x64.zip'
$checksum64 = '8d61deaa158cc2eba43a92e70fcd31a6a519ab740572b0c6feebec99a4c250d1'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 23b2c40

Please sign in to comment.