From e864b862364be1dfcb7948f8d1596644422a103d Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 28 Jul 2020 12:12:38 +0000 Subject: [PATCH] AU: 4 updated - brave git Opera universal-usb-installer [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/755e0da391cb10b7b3134560600d9430c01f4177 --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 8 ++++---- automatic/brave/legal/VERIFICATION.txt | 8 ++++---- automatic/brave/tools/chocolateyInstall.ps1 | 6 +++--- automatic/git/git.nuspec | 4 ++-- automatic/opera/opera.nuspec | 4 ++-- automatic/opera/tools/chocolateyInstall.ps1 | 10 +++++----- .../universal-usb-installer/legal/VERIFICATION.txt | 4 ++-- .../universal-usb-installer.nuspec | 2 +- 9 files changed, 24 insertions(+), 24 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index f9ee7517e48..1678e6b06a1 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.11.101", - "beta": "1.12.98-beta" + "beta": "1.12.103-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index b55ed17cc36..13605ff21d0 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.11.101 - Brave Browser + 1.12.103-beta + Brave Browser (Beta) - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave-beta.svg A browser that lets you browse safer and faster by blocking ads and trackers. chocolatey, Sanshiro Brave Software Inc. diff --git a/automatic/brave/legal/VERIFICATION.txt b/automatic/brave/legal/VERIFICATION.txt index 169a0360798..082f393f2db 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li 1. Download the following installer(s): -x86: https://github.com/brave/brave-browser/releases/download/v1.11.101/BraveBrowserStandaloneSilentSetup32.exe -x86_64: https://github.com/brave/brave-browser/releases/download/v1.11.101/BraveBrowserStandaloneSilentSetup.exe +x86: https://github.com/brave/brave-browser/releases/download/v1.12.103/BraveBrowserSilentBetaSetup32.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.12.103/BraveBrowserSilentBetaSetup.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 -checksum32: 94B9E9B00D5DECB478B2E863C7F885A708259E1A74F68454A831EE83A8CBB5A6 -checksum64: D861582F221260C238C51836F935FA8BE7D601FAF334C44ECA6FCAE215DDF3A8 +checksum32: 0028A09F5091861B17A684DB904AC4A8C5916EA04E5673B6E4D610D99C1FE30D +checksum64: 2E7C12F7459F72BB6EBBA9BFCE230D9F98217FEFC88C4D3FDC66EB11C86D41C6 The included 'LICENSE.txt' file have been obtained from: https://github.com/brave/brave-browser/blob/master/LICENSE diff --git a/automatic/brave/tools/chocolateyInstall.ps1 b/automatic/brave/tools/chocolateyInstall.ps1 index 162cad803ba..5503885ba35 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -3,11 +3,11 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\BraveBrowserStandaloneSilentSetup32.exe" - file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" + file = "$toolsPath\BraveBrowserSilentBetaSetup32.exe" + file64 = "$toolsPath\BraveBrowserSilentBetaSetup.exe" } -[version]$softwareVersion = '1.11.101' +[version]$softwareVersion = '1.12.103' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/git/git.nuspec b/automatic/git/git.nuspec index 0265d106773..a5625359e10 100644 --- a/automatic/git/git.nuspec +++ b/automatic/git/git.nuspec @@ -4,7 +4,7 @@ git Git - 2.27.0 + 2.28.0 The Git Development Community chocolatey Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows @@ -48,7 +48,7 @@ Example: `choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs / false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg - + diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index f9ed675ec82..64933426f1c 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 69.0.3686.95 + 70.0.3728.71 Opera chocolatey Opera @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`. For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'` ]]> The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer. - https://blogs.opera.com/desktop/changelog-for-69/#b3686.95 + https://blogs.opera.com/desktop/changelog-for-70/#b3728.71 browser opera cross-platform internet admin https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/opera diff --git a/automatic/opera/tools/chocolateyInstall.ps1 b/automatic/opera/tools/chocolateyInstall.ps1 index 48db972eabc..86285f708b7 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://get.geo.opera.com/pub/opera/desktop/69.0.3686.95/win/Opera_69.0.3686.95_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/69.0.3686.95/win/Opera_69.0.3686.95_Setup_x64.exe' - checksum = 'f584219b3e87729e4565659c73eb47105b17c98213cc181e7f0137e6bd4cce8a' - checksum64 = '7b56d84cf8226bb5833811eb5f3a446272f4568849308fe76ca08b1b003b7d3d' + url = 'https://get.geo.opera.com/pub/opera/desktop/70.0.3728.71/win/Opera_70.0.3728.71_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/70.0.3728.71/win/Opera_70.0.3728.71_Setup_x64.exe' + checksum = '6fa316c444a8b5d2ba79af874d5b5f5fb76c2e1394f60ab87d740ee656618bf7' + checksum64 = 'c98fac6e9be38e057e731e10e64a28d827ef98652272e0c45c71cf6406a48296' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '69.0.3686.95' +$version = '70.0.3728.71' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } diff --git a/automatic/universal-usb-installer/legal/VERIFICATION.txt b/automatic/universal-usb-installer/legal/VERIFICATION.txt index 681c0a58243..8ab49145a8b 100644 --- a/automatic/universal-usb-installer/legal/VERIFICATION.txt +++ b/automatic/universal-usb-installer/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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: DB5988F85E1D14F04D1D361F19D17678FC18743A6399FB4B2F5560FAF03019AB + checksum: D9C95C5873649830D023ED17C7C93D975F6F1DEF7BBB9CFBA7ACAF3D649D4D41 The file 'LICENSE.txt' has been obtained from This license was mentioned on their disclaimer page diff --git a/automatic/universal-usb-installer/universal-usb-installer.nuspec b/automatic/universal-usb-installer/universal-usb-installer.nuspec index df348bf70ab..724b7bcd754 100644 --- a/automatic/universal-usb-installer/universal-usb-installer.nuspec +++ b/automatic/universal-usb-installer/universal-usb-installer.nuspec @@ -3,7 +3,7 @@ universal-usb-installer - 1.9.9.100 + 1.9.9.200 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/universal-usb-installer chocolatey Universal USB Installer