Skip to content

Commit

Permalink
AU: 3 updated - brave-nightly electron scite
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 6, 2021
1 parent 6a04238 commit 17fe4f0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.28.51-nightly</version>
<version>1.28.54-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.28.51/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'c95afe67236be2af86dd5605cf53d21e7241c3c6a8ee64d11e0266414e22dfc8'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.28.54/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '3ad5dc5061bab61ea410a5f2d82e02fb6a2161accda15d6ec3e6812c98f04cbd'
$checksumType32 = 'sha256'

$packageArgs = @{
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>13.1.5</version>
<version>13.1.6</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/v13.1.5/electron-v13.1.5-win32-ia32.zip'
$checksum = 'b1836924b5de90b6db5fdd6d8524d3f09dd4aecddbcee04d0395c058a840efd8'
$url = 'https://github.com/electron/electron/releases/download/v13.1.6/electron-v13.1.6-win32-ia32.zip'
$checksum = 'bb6f34548879c9813897e2b023d195bf8b735198687db4448e19a13f71d77766'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v13.1.5/electron-v13.1.5-win32-x64.zip'
$checksum64 = '91563f4c4f8ddf782cbb1317df799e393d22034f0c848317692e5dec83d5be62'
$url64 = 'https://github.com/electron/electron/releases/download/v13.1.6/electron-v13.1.6-win32-x64.zip'
$checksum64 = 'd9b3edaa6d2b47a0bd3322322ab8f58863a16a14b0444b10c56939b562e0d11f'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

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.0.2</version>
<version>5.1.0</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.0.2x86.msi'
$checksum = 'eb892b8f508bbd215a0bb342a8b859463fe954f0692fb88693bf24218dd11f50'
$url = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-5.1.0x86.msi'
$checksum = '0dbbb9c987d408c6bae52c2c2c3e8754c21f2764a000e7a6669a1667da03bc3b'
$checksumType = 'sha256'
$url64 = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-5.0.2x64.msi'
$checksum64 = 'f38301fb1d3db341dd3e7a80eb66598c606cee26b705f6137b839fe62e4c6c14'
$url64 = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-5.1.0x64.msi'
$checksum64 = 'cb15247f2782efca1e5e310aea51e9ec5ae71b8c912c855767591c5b34ff046b'
$checksumType64 = 'sha256'
$validExitCodes = @(0)

Expand Down

0 comments on commit 17fe4f0

Please sign in to comment.