Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly chromehistoryview
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 5, 2021
1 parent 53daa18 commit c1af901
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.31.12-nightly</version>
<version>1.31.22-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.31.12/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'b0c5a9f6241c8cd4aa81c3a4e8b0997fc655d14d66c2a2ffaf13d4bf54108687'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.31.22/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '717c7882cabec1f2451a8310bca0e76baf00176e7759a91c9eca66b539ed8116'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromehistoryview/chromehistoryview.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>chromehistoryview</id>
<version>1.45</version>
<version>1.46</version>
<title>ChromeHistoryView</title>
<authors>Nir Sofer</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromehistoryview/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://www.nirsoft.net/utils/chromehistoryview.zip'
$checksum = 'dfb7b5c78d388758ee55774e2389844b8ff259f542ce0ac72c0b221fd3848a59'
$checksum = '86b4d4e6d18788c7e5528492ab56cf59bf8a4202f9970975aff124bd2b2f0f41'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "$($packageName).exe"
Expand Down

0 comments on commit c1af901

Please sign in to comment.