diff --git a/automatic/brave-nightly/brave-nightly.nuspec b/automatic/brave-nightly/brave-nightly.nuspec index 0fb30ea23..150545f09 100644 --- a/automatic/brave-nightly/brave-nightly.nuspec +++ b/automatic/brave-nightly/brave-nightly.nuspec @@ -3,7 +3,7 @@ brave-nightly - 1.20.11-nightly + 1.20.13-nightly Brave Browser (Nightly) Brave Software Inc. tunisiano diff --git a/automatic/brave-nightly/tools/VERIFICATION.txt b/automatic/brave-nightly/tools/VERIFICATION.txt index 65c938b8e..bcf5fa7d5 100644 --- a/automatic/brave-nightly/tools/VERIFICATION.txt +++ b/automatic/brave-nightly/tools/VERIFICATION.txt @@ -6,8 +6,8 @@ The installer have been downloaded from the GitHub mirror and can be verified li 1. Download the following installer(s): -x86: https://github.com/brave/brave-browser/releases/download/v1.20.11/BraveBrowserSilentNightlySetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v1.20.12/BraveBrowserSilentNightlySetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v1.20.13/BraveBrowserSilentNightlySetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.20.13/BraveBrowserSilentNightlySetup.exe 2. You can use one of the following methods to obtain the checksum(s): - Use powershell function 'Get-Filehash' diff --git a/automatic/brave-nightly/tools/chocolateyInstall.ps1 b/automatic/brave-nightly/tools/chocolateyInstall.ps1 index 00b0f1cb9..08aab1d08 100644 --- a/automatic/brave-nightly/tools/chocolateyInstall.ps1 +++ b/automatic/brave-nightly/tools/chocolateyInstall.ps1 @@ -7,7 +7,7 @@ $packageArgs = @{ file = "$toolsPath\BraveBrowserSilentNightlySetup32.exe" file64 = "$toolsPath\BraveBrowserSilentNightlySetup.exe" } -$version = '1.20.11-nightly' +$version = '1.20.13-nightly' $version = $version.Split('-')[0] [version]$softwareVersion = $version diff --git a/automatic/odrive/odrive.nuspec b/automatic/odrive/odrive.nuspec index e1978a094..3b3178ad5 100644 --- a/automatic/odrive/odrive.nuspec +++ b/automatic/odrive/odrive.nuspec @@ -3,7 +3,7 @@ odrive - 1.6452.0.6785 + 1.6452.0.6791 odrive (Install) ODrive.com tunisiano diff --git a/automatic/odrive/tools/chocolateyinstall.ps1 b/automatic/odrive/tools/chocolateyinstall.ps1 index d6b49308b..ffc478715 100644 --- a/automatic/odrive/tools/chocolateyinstall.ps1 +++ b/automatic/odrive/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' $url = 'https://www.odrive.com/downloaddesktop?platform=win' -$checksum = '41ff3cfdc81696aacadd95ad19c224c228f2fa47a284e8d90ccfecad480cc269' +$checksum = '7236f9da6056edb215d93e56085098a46fb626db84786f2d77afb077f32a7968' $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" diff --git a/automatic/scite/scite.nuspec b/automatic/scite/scite.nuspec index 15384c33e..252ef0851 100644 --- a/automatic/scite/scite.nuspec +++ b/automatic/scite/scite.nuspec @@ -4,7 +4,7 @@ scite SciTE - 4.4.5 + 4.4.6 Neil Hodgson tunisiano Lightweight, fast text editor using SCIntilla library @@ -18,7 +18,7 @@ Other text editors based on [SCIntilla](https://chocolatey.org/packages?q=tag:SC ### Package-specific issue If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose) -[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano) +Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano) ]]> https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/scite https://www.scintilla.org/SciTEDownload.html diff --git a/automatic/scite/tools/chocolateyInstall.ps1 b/automatic/scite/tools/chocolateyInstall.ps1 index 0d9e461c9..43414253c 100644 --- a/automatic/scite/tools/chocolateyInstall.ps1 +++ b/automatic/scite/tools/chocolateyInstall.ps1 @@ -2,11 +2,11 @@ $packageName = $env:ChocolateyPackageName $installerType = 'msi' $silentArgs = '/quiet /qn /norestart' -$url = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-4.4.5x86.msi' -$checksum = '1206797d004fd70449081b1d15364b3d1e182f82e7785e66bcec2dd8435a2469' +$url = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-4.4.6x86.msi' +$checksum = '0de2878c0fb0720f93ca1c44cccf1e4a52d3abee5959c7de4fe172c046ec2fbe' $checksumType = 'sha256' -$url64 = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-4.4.5x64.msi' -$checksum64 = 'adfcbe6398a3e3582f05f198770fde6a61de27bd879fbbeb4370eeb5549c3735' +$url64 = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-4.4.6x64.msi' +$checksum64 = '3ff552f77aa9f4dfe8ce4d78167b97860f24009c903d413b90b6a6ecb270bf67' $checksumType64 = 'sha256' $validExitCodes = @(0)