Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly deepl
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 8, 2021
1 parent 4bd50cb commit e8a3bd4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.56-nightly</version>
<version>1.28.63-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.56/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '0337fd9b640e0dec530e0555e33ad423c47c91953cff49e8c61c44ac75d05a74'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.28.63/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'b3c19fe39ee3e735b037e31d0cdd8caa8d0e95f7ab4e026fb4d3af80efc0f57d'
$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.1</version>
<version>2.6.1554</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 = '36592e54e7a93eb823184fed2157c9ee4cb7f4202988d3f1f2d9ea8aa62a48d7'
$checksum = '65d6e4bfbee3d530dd0248aad3f527e4353bf2d35fbd73475cd3708c56253ba6'
$checksumtype = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit e8a3bd4

Please sign in to comment.