Skip to content

Commit

Permalink
AU: 3 updated - brave-nightly odrive p4merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jan 20, 2021
1 parent 74a9594 commit a6cd8f2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.21.9-nightly</version>
<version>1.21.12-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.21.9/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.21.11/BraveBrowserSilentNightlySetup.exe'
$checksum32 = '97e67b55f222ea0223349f8a5cea23e131f20355e1f65cc521df7537dd134c9d'
$checksum64 = 'f63124bf48a98a2a0f66df1b874da6b57d3dd695449b4a1e85f427c647618302'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.21.12/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.21.14/BraveBrowserSilentNightlySetup.exe'
$checksum32 = '5e14b216871f3a93a407883917af8197816114b820edf38d2eb17283d14f0dec'
$checksum64 = '226e973cad46df614940f73ff6ea0d9f8d790e47e660213b87d7aa42a2c22416'
$checksumType32 = 'sha256'
$checksumType64 = 'sha256'

Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/odrive.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>odrive</id>
<version>1.6452.0.6827</version>
<version>1.6452.0.6848</version>
<title>odrive (Install)</title>
<authors>ODrive.com</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$url = 'https://www.odrive.com/downloaddesktop?platform=win'
$checksum = 'cf6d32c1b0e8483888075586b3704620fb07b9a2af2194b31f39b701675e868f'
$checksum = '594890678ae71721a1f01308cac769225ba9a81aa87ad3e47350b8b6c14f4c9e'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down
2 changes: 1 addition & 1 deletion automatic/p4merge/P4Merge.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>p4merge</id>
<version>2020.3.1.20210119</version>
<version>2020.3.1.20210120</version>
<owners>tunisiano</owners>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/p4merge</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@844f2a7fa61f639af9ca6245f8e767e868e3300d/icons/p4merge.png</iconUrl>
Expand Down

0 comments on commit a6cd8f2

Please sign in to comment.