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 24, 2021
1 parent acc6a14 commit db4238c
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.16-nightly</version>
<version>1.32.19-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.16/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'd2079787f810a8fb7c07da6e226ed8cb6d6cbe75c92198da3458b7463ebff71e'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.32.19/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'd33cc29e5255be2482823f8b12068d816faf6f186b22f5b9063f90a60c4eb4d0'
$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.1</version>
<version>5.1.2</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.1x86.msi'
$checksum = 'd191cc331eb0fa7b9c0fe92b4539813f32944e08ff6dc6c6e09bcfa3b2b1bbd6'
$url = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-5.1.2x86.msi'
$checksum = '151ef390816a482d61d0e63173ad02e8482eafbdd88f3f172f3340e527580f25'
$checksumType = 'sha256'
$url64 = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-5.1.1x64.msi'
$checksum64 = '773d82b7dafd0a4cf79ac0519ad59bba949667e0817fade981ae780fd452556e'
$url64 = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-5.1.2x64.msi'
$checksum64 = 'ab57151f17ec86cf35c9bd963332d6473bb9530c60e9264a436bded92413aec3'
$checksumType64 = 'sha256'
$validExitCodes = @(0)

Expand Down

0 comments on commit db4238c

Please sign in to comment.