Skip to content

Commit

Permalink
AU: 4 updated - aria2 electron fing windowsfirewallcontrol
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Nov 16, 2023
1 parent 4040e4b commit 4e8dea9
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/aria2/aria2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>aria2</id>
<title>Aria2 Client</title>
<version>1.36.0</version>
<version>1.37.0</version>
<authors>Tatsuhiro Tsujikawa</authors>
<owners>tunisiano</owners>
<summary>CLI Metalink/BitTorrent client</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/aria2/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'
$url = 'https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0-win-32bit-build1.zip'
$checksum = 'c35a1bfa06726914006888929c6ce147e50b1d9fca8d1dc89bcd2c926f8c16de'
$url = 'https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0-win-32bit-build1.zip'
$checksum = '35f6514cc5dd7e98a87b3c4c2d25a0754b9b063dbe59bc0f22d483464f61e5b6'
$checksumType = 'sha256'
$url64 = 'https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0-win-64bit-build1.zip'
$checksum64 = 'c82df5415125b438d72443923fea7f5f9fda1f326d0dbfac6aab16d58dbb7bf0'
$url64 = 'https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0-win-64bit-build1.zip'
$checksum64 = '67d015301eef0b612191212d564c5bb0a14b5b9c4796b76454276a4d28d9b288'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

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.4</version>
<version>27.1.0</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.4/electron-v27.0.4-win32-ia32.zip'
$checksum = '353435f6f3c2c7ad4213d97c1fc7a454f95ad1413002c388c754fcab5496a5d1'
$url = 'https://github.com/electron/electron/releases/download/v27.1.0/electron-v27.1.0-win32-ia32.zip'
$checksum = '0e37ed303733cf433530afe767fafecfe04beb9599d1ae71a2ac4afa5692f936'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v27.0.4/electron-v27.0.4-win32-x64.zip'
$checksum64 = '5a5c9841b6522604937e46a3788f1041fc1521532876d0290e13a8f8d968ca7d'
$url64 = 'https://github.com/electron/electron/releases/download/v27.1.0/electron-v27.1.0-win32-x64.zip'
$checksum64 = 'badd91e153fbf1491104551c8645db209f5870cc5e99ec141e3de47c26d244b6'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down
2 changes: 1 addition & 1 deletion automatic/fing/fing.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>fing</id>
<version>3.5.0.620</version>
<version>3.5.1.622</version>
<title>Fing</title>
<authors>Fing</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/fing/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '/S'
$url32 = 'https://get.fing.com/fing-desktop-releases/win/Fing.exe'
$checksum32 = 'b39bff36533b882086f61f1cf0f4bb28e43c090b19e4f55fa588013c998c2a3c'
$checksum32 = '74e4de53f3da827edf0786b3e5f3520a8cef6ce6d31a18e1da78118834d68d99'
$checksumType = 'sha256'
$validExitCodes = @(0)

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 = '4705777f045450023b739e9e87c73c9d53f158faf788fe720a23df8cf2d89280'
$checksum = 'f696d6fae4491b1297834092a4ffce5c65a41506b72d0c8417e3e72b5f030c69'
$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.7.0</version>
<version>6.9.8.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 4e8dea9

Please sign in to comment.