Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly unison
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jun 25, 2021
1 parent eaaece3 commit 3ed4e9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.26-nightly</version>
<version>1.28.30-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.26/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '9fe33eacb83b6f2181578c294e4171e7e33430fd4815f7a153ad94404073a421'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.28.30/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'b60f0e875a55556e5e0e9c970bc44d950addb9e0a9e7a910b5f3da2c31f2a45e'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/unison/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/bcpierce00/unison/releases/download/v2.51.4_rc3/unison-v2.51.4_rc3+ocaml-4.05.0+x86_64.windows.zip'
$checksum = '8409fee696191fc89169279ee828847c3ee6e0a33eb495595ffa0911127eefbb'
$url = 'https://github.com/bcpierce00/unison/releases/download/v2.51.4/unison-v2.51.4+ocaml-4.05.0+x86_64.windows.zip'
$checksum = 'c6cc7c3359d5f6b9fefa3ca3a8dc095e9901ed9eef7dc452235bb4d2b0b9cf2a'
$checksumType = 'sha256'

Install-ChocolateyZipPackage -PackageName "$packageName" `
Expand Down
2 changes: 1 addition & 1 deletion automatic/unison/unison.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>unison</id>
<title>Unison</title>
<version>2.51.4-rc3</version>
<version>2.51.4</version>
<authors>Benjamin C. Pierce</authors>
<owners>tunisiano</owners>
<summary>File-synchronization tool for OSX, Unix, and Windows</summary>
Expand Down

0 comments on commit 3ed4e9d

Please sign in to comment.