Skip to content

Commit

Permalink
AU: 3 updated - brave cmake.install yumi-uefi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 5, 2019
1 parent 25560d8 commit d0f18df
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "0.70.122",
"beta": "0.71.108-beta"
"stable": "0.71.111",
"beta": "0.71.112-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>0.70.122</version>
<version>0.71.111</version>
<title>Brave Browser</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
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/v0.70.122/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.70.122/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v0.71.111/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.71.111/BraveBrowserStandaloneSilentSetup.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: E2507B8CBFAA963078640611933D593D1C48387C5FBF4EE42F65FECBA9F66354
checksum64: DD0EA0A14BC565234EEF7EA60BC7B08F753A602C0E882F755961D2A6DFAD71B2
checksum32: 3D9D4187BBB8406BFE751FD34499CFA1390E94D3AFDFAFAC602ADCAEA5780694
checksum64: C05B3E1952C4DF982FC21D539BD2CD1E0449FD326D3701AD56DD923B5F7C1EC8

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"3.13": "3.13.4",
"3.14": "3.14.7",
"3.15": "3.15.5",
"3.16": "3.16.0-rc2"
"3.16": "3.16.0-rc3"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.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>cmake.install</id>
<version>3.15.5</version>
<version>3.16.0-rc3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0-rc3/cmake-3.16.0-rc3-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0-rc3/cmake-3.16.0-rc3-win64-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
checksum32: 3B4A0CF190A7088280FD65410451C8B7FA662169D5D297235383EFF586841193
checksum64: 7251F0BCC7DF97EF875C9114FB483355DDC2045643BA1CE5AE7AC5FD4C6E066F
checksum32: B34A3F67345787B5B99F0245E04D4751795F566464785A10F6956321999F8D3E
checksum64: FA1877A5129B69F9043775B6C82C893D95F5B086D94891EA126B0262C949D93E

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.15.5-win32-x86.msi"
file64 = "$toolsPath\cmake-3.15.5-win64-x64.msi"
file = "$toolsPath\cmake-3.16.0-rc3-win32-x86.msi"
file64 = "$toolsPath\cmake-3.16.0-rc3-win64-x64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions automatic/yumi-uefi/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <http://www.pendrivelinux.com/yumi-multiboot-usb-creator/>
and can be verified by doing the following:

1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-UEFI-0.0.1.9.exe>
1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-UEFI-0.0.2.0.exe>
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: 1B0B4283445854AD496CAE8FA88214B25844745F0BB74D0737FB5AD609E1C192
checksum: 85FB6A470E55B908A7FFF62B6136F761A2940DC7EBA3CECA686DA374209EDD56

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl.txt>
This license was linked to from the following page <https://www.pendrivelinux.com/disclaimer/>
2 changes: 1 addition & 1 deletion automatic/yumi-uefi/yumi-uefi.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>yumi-uefi</id>
<version>0.0.1.9</version>
<version>0.0.2.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/yumi-uefi</packageSourceUrl>
<owners>chocolatey</owners>
<title>YUMI UEFI (Your Universal Multiboot Installer)</title>
Expand Down

0 comments on commit d0f18df

Please sign in to comment.