Skip to content

Commit

Permalink
AU: 3 updated - brave-nightly deepl faceit
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed May 28, 2021
1 parent a075025 commit edcdd6f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.27.22-nightly</version>
<version>1.27.25-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.27.22/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '465ed75f3538b0d6b2a212bff9245e311a86431840ebac6a55ea8bbe97fda2d9'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.27.25/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'e0703d98931bf7398329f5471d552c0dc3b6fc5e785a4b6b80c46e72bc21efa1'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/deepl/deepl.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>deepl</id>
<version>2.5.0</version>
<version>2.5.1</version>
<title>DeepL</title>
<authors>DeepL</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/deepl/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$url = 'https://appdownload.deepl.com/windows/full/DeepLSetup.exe'
$checksum = '982d5c15fbf86e8ac6fb6a26b782f135164b4e3c852c0dfdc9b2a293b2ac904e'
$checksum = '36592e54e7a93eb823184fed2157c9ee4cb7f4202988d3f1f2d9ea8aa62a48d7'
$checksumtype = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/faceit/Faceit.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>faceit</id>
<version>1.29.5</version>
<version>1.30.0</version>
<title>Faceit</title>
<authors>Faceit</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/faceit/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://faceit-client.faceit-cdn.net/release/FACEIT-setup-latest.exe'
$checksum = 'e8be465a9906e72b37c2f0fb15a05858ef836e55a8b308f1b778052d2e3a736d'
$checksum = 'd705b5e0a4fd1871187cdc784bce9e6e9209a861911fbf201cff05ec168eea9e'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit edcdd6f

Please sign in to comment.