Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly scite
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 29, 2021
1 parent e4724b9 commit 397ab92
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.32.27-nightly</version>
<version>1.32.30-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/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.32.27/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '8c741af3c72609e3c8229fa213162b19c05cfedf066a3237f62db5b1098cc773'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.32.30/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '3d4f1676fd4a033cc78fb6f7e35f6c2e19b133b43823fd2a08780204286ad9d3'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion 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>5.1.3</version>
<version>5.1.4</version>
<authors>Neil Hodgson</authors>
<owners>tunisiano</owners>
<summary>Lightweight, fast text editor using SCIntilla library</summary>
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-5.1.3x86.msi'
$checksum = '10497161a8ffc94834442c9962cce820dcb7ecdb85c133c1c63c4d662f2e75e6'
$url = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-5.1.4x86.msi'
$checksum = 'ca7ba83c6d669d5972c4e6aa62f8915f9cd9b1aa534ebe91f9016a2f99e6ab3c'
$checksumType = 'sha256'
$url64 = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-5.1.3x64.msi'
$checksum64 = '69713fccddcf66fbfb95daf1ed17d2174c1d5c04c11211a6014bee35c49c9375'
$url64 = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-5.1.4x64.msi'
$checksum64 = '95454d92a181eee839ba22fc757ea963bb9209883edde3eb50b310fb7c36d761'
$checksumType64 = 'sha256'
$validExitCodes = @(0)

Expand Down

0 comments on commit 397ab92

Please sign in to comment.