Skip to content

Commit

Permalink
AU: 3 updated - brave-nightly duplicati.portable electron
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Mar 11, 2021
1 parent a005dbd commit 0f66756
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.23.25-nightly</version>
<version>1.23.31-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.23.25/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.23.28/BraveBrowserSilentNightlySetup.exe'
$checksum32 = '08a75c7a99d3dd6e0c0b71920b5aef5d2ffc6d8aaa06bb4c7860fb4f3cdabbab'
$checksum64 = '8afacdcae9b134d2fdc5caaf8a492c19a95a039628b7a6a219f0affc8a6224b7'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.23.31/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.23.32/BraveBrowserSilentNightlySetup.exe'
$checksum32 = '3449c04f84b43f50409fc80fc619014821311a833508bceaad542cc4a34150b2'
$checksum64 = '951a39cd20c2f5813ba7c57e4cc75d7fb5407154f20268536ecca033eceddfec'
$checksumType32 = 'sha256'
$checksumType64 = 'sha256'

Expand Down
2 changes: 1 addition & 1 deletion automatic/duplicati.portable/duplicati.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>duplicati.portable</id>
<version>2.0.5.113-pre20210307</version>
<version>2.0.5.114-pre20210310</version>
<title>Duplicati (Portable)</title>
<authors>Kenneth Skovhede and Rene Stach</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/duplicati.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/duplicati/duplicati/releases/download/v2.0.5.113-2.0.5.113_canary_2021-03-07/duplicati-2.0.5.113_canary_2021-03-07.zip'
$checksum = '94e970b850e0f43d23fa0cc195152b531d67f8d258682a366f6192a105ca7c27'
$url = 'https://github.com/duplicati/duplicati/releases/download/v2.0.5.114-2.0.5.114_canary_2021-03-10/duplicati-2.0.5.114_canary_2021-03-10.zip'
$checksum = '02e046acae6c13a4ffa9d9e0fa8283dd85c90172fd45e4244fb156c57fe205ed'
$checksumType = 'sha256'


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>12.0.0</version>
<version>12.0.1</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/v12.0.0/electron-v12.0.0-win32-ia32.zip'
$checksum = 'd21e49e02f4709388a7fc4a195716eae451e8cd50ac8f840adea505ed98cae5d'
$url = 'https://github.com/electron/electron/releases/download/v12.0.1/electron-v12.0.1-win32-ia32.zip'
$checksum = 'f8079c52456edc68226a741be8115a9bc670716a2a89d06c11bdb78085df9abb'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v12.0.0/electron-v12.0.0-win32-x64.zip'
$checksum64 = '52b1d6947e7afc3643ea8ed49a6767318eb58184e736220e68d8b4f345dd9077'
$url64 = 'https://github.com/electron/electron/releases/download/v12.0.1/electron-v12.0.1-win32-x64.zip'
$checksum64 = 'a4db9a7402672954fde07dee11cb0fd0609ff238fe671620f45d7b875ea436b5'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 0f66756

Please sign in to comment.