Skip to content

Commit

Permalink
AU: 3 updated - brave-nightly odrive scite
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Dec 6, 2020
1 parent 4cfc4b2 commit 58b4332
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.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>brave-nightly</id>
<version>1.20.11-nightly</version>
<version>1.20.13-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave-nightly/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.6785</version>
<version>1.6452.0.6791</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 = '41ff3cfdc81696aacadd95ad19c224c228f2fa47a284e8d90ccfecad480cc269'
$checksum = '7236f9da6056edb215d93e56085098a46fb626db84786f2d77afb077f32a7968'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down
4 changes: 2 additions & 2 deletions automatic/scite/scite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>scite</id>
<title>SciTE</title>
<version>4.4.5</version>
<version>4.4.6</version>
<authors>Neil Hodgson</authors>
<owners>tunisiano</owners>
<summary>Lightweight, fast text editor using SCIntilla library</summary>
Expand All @@ -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)
]]></description>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/scite</packageSourceUrl>
<projectUrl>https://www.scintilla.org/SciTEDownload.html</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/scite/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 58b4332

Please sign in to comment.