Skip to content

Commit

Permalink
AU: 2 updated - brave owncloud-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 14, 2023
1 parent 64da078 commit e198f72
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.60.114",
"beta": "1.61.69-beta"
"beta": "1.61.75-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.61.69-beta</version>
<version>1.61.75-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik

1. Download the following installer(s):

x86_64: https://github.com/brave/brave-browser/releases/download/v1.61.69/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.61.75/BraveBrowserStandaloneSilentBetaSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum64: 2015B3B32CDD8E94C4AEE537211D194BC4E2127A04654B8FA0DAE889D977BDF6
checksum64: E661AC5C2F0A3907235B26D5E411B368917548D4918B1211EDBFFD82D0B0E5FA

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
6 changes: 3 additions & 3 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://github.com/brave/brave-browser/releases/download/v1.61.69/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = 'B6E9477C7BA62D53B5E729595E19E734B80F0731017D1DB38D3DF7FDED336DA5'
url = 'https://github.com/brave/brave-browser/releases/download/v1.61.75/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '076EE68E9913C4EED743A6741B8429A3EB759C5FBB1F2C353D0BC7E57DC1CC7E'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.61.69'
[version]$softwareVersion = '1.61.75'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
4 changes: 2 additions & 2 deletions automatic/owncloud-client/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://owncloud.com/desktop-app/>
and can be verified by doing the following:

1. Download the following <https://download.owncloud.com/desktop/ownCloud/stable/5.0.0.12278/win/ownCloud-5.0.0.12278.x64.msi>
1. Download the following <https://download.owncloud.com/desktop/ownCloud/stable/5.1.2.12600/win/ownCloud-5.1.2.12600.x64.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 7F50ECA12055118EB81CBB71736347FFF7B7725E3CBA184B71D41B18F16CCBFC
checksum: 5F8D686B30336C10920C48871F86D13CA20199A9C8E3AB9F9C2598C6471877E7

The file 'LICENSE.txt' has been obtained from <https://github.com/owncloud/client/blob/06936bc603c91b1c5f10442901bcfeb765b17243/COPYING>
2 changes: 1 addition & 1 deletion automatic/owncloud-client/owncloud-client.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>owncloud-client</id>
<version>5.0.0.12278</version>
<version>5.1.2.12600</version>
<title>ownCloud Windows Client</title>
<owners>chocolatey-community</owners>
<authors>ownCloud developers</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/owncloud-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\ownCloud-5.0.0.12278.x64.msi"
file = "$toolsPath\ownCloud-5.1.2.12600.x64.msi"
softwareName = 'ownCloud'
silentArgs = '/qn /norestart'
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit e198f72

Please sign in to comment.