Skip to content

Commit

Permalink
AU: 3 updated - electron odrive windowsfirewallcontrol
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 19, 2023
1 parent 4d97cc4 commit f4e8e58
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
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.0</version>
<version>27.0.1</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.0/electron-v27.0.0-win32-ia32.zip'
$checksum = '650da55912588c72be9e48cf325299d09526019f4fc8f0b15a6283bfdec4ed24'
$url = 'https://github.com/electron/electron/releases/download/v27.0.1/electron-v27.0.1-win32-ia32.zip'
$checksum = 'e26903b5bac2c2272b0c41948943da426eaeaf24ab09c0b3d42387504721fcbd'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v27.0.0/electron-v27.0.0-win32-x64.zip'
$checksum64 = '678c822ca5fb4979caf61580c72a90da73ab64df5db1e510d8858e7cb6944455'
$url64 = 'https://github.com/electron/electron/releases/download/v27.0.1/electron-v27.0.1-win32-x64.zip'
$checksum64 = '91e85f08396c755d2f3bd8aaeae1a56eff5a5fac8ebb1ec4ef8d547cb9f8fb48'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/odrive.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>odrive</id>
<version>1.6452.0.7223</version>
<version>1.6452.0.7226</version>
<title>odrive (Install)</title>
<authors>ODrive.com</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$url = 'https://www.odrive.com/downloaddesktop?platform=win'
$checksum = 'cca0d5cce6d62f45e854bb090218280344a0f6ae65905c7c8db10759f8c24c01'
$checksum = '915cdac1abc48554c8b6a940bd3a845831f6135c8dc8f61fd52b673336f88564'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://www.binisoft.org/download/wfc6setup.exe'
$checksum = '92965864dc52f619d4ba904bb26ac6a82efad62411ea7f3d7eeda4ee8a988cc7'
$checksum = '7fd0b150c25d78a13ce83183bf226e5cf5658994f975076ed247334afd08f464'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
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>windowsfirewallcontrol</id>
<version>6.9.4.0</version>
<version>6.9.6.0</version>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/windowsfirewallcontrol</packageSourceUrl>
<owners>tunisiano</owners>
<title>windowsfirewallcontrol (Install)</title>
Expand Down

0 comments on commit f4e8e58

Please sign in to comment.