Skip to content

Commit

Permalink
AU: 6 updated - brave chromium cmake.install krita smartftp yo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 27, 2019
1 parent 51c5fd4 commit 972a862
Show file tree
Hide file tree
Showing 18 changed files with 33 additions and 33 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.0.1",
"beta": "1.1.11-beta"
"beta": "1.1.12-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.1.11-beta</version>
<version>1.1.12-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
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/v1.1.11/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.1.11/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.1.12/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.1.12/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: 1B560B495DE060126ED271B5AC65DF1FA61465FCE9E26D4DDD5256F03631200E
checksum64: 3623047EEA9C2D0123CA21F502368D1DB01211F9097F07863522EDCE2F987900
checksum32: F2D87F56C7E601B49D93826BC105DBCB7A50A7F8BE12571F813025956D69CB6B
checksum64: FB2AFACA3CAE1467981657199EA987CB57071360CB9CEB7FE40F990A29DA8ED3

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/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "80.0.3978.0-snapshots",
"snapshots": "80.0.3979.0-snapshots",
"stable": "75.0.3770.142"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>80.0.3978.0-snapshots</version>
<version>80.0.3979.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/718575/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/718575/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/719535/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/719536/mini_installer.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
checksum32: 585CCFD86EFD516BD6E8D3392564DB0B6CBD537832506A9525DBBEA784E7F033
checksum64: 67C11755C3FBDFB25FF7B34552AE2103C8739472AB38BD2F15EA55F93A73CF26
checksum32: 59A6B4936221D5F0AEBE7DC3042046C40675F818B52DB1C122E1F60F55CBCF65
checksum64: CF13AECE1F8B00BC9AB80FCEF869E8576CED339DB83199C9DE9B779DE306C68A

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "80.0.3978.0-snapshots"
$version = "80.0.3979.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
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-rc4"
"3.16": "3.16.0"
}
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.16.0-rc4</version>
<version>3.16.0</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.16.0-rc4/cmake-3.16.0-rc4-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0-rc4/cmake-3.16.0-rc4-win64-x64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0/cmake-3.16.0-win32-x86.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.16.0/cmake-3.16.0-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: 55B5EEEC01302822B95EF4568AF3ABA68756EB5E4B794759CADB12AEC4BE196D
checksum64: E71DD20A35C64CAA090E2FE304D12DC897D1AD99353745F8DD16B1BD085CF1D0
checksum32: B68A443A2C2CBAA929C570E3D9E3432B531AC3F64050611D82AE037531656F8A
checksum64: 067B1D3B203E0CB7DA3549C2E04986E8EED0BD7002F14731569E3AAE3D1F81F0

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.16.0-rc4-win32-x86.msi"
file64 = "$toolsPath\cmake-3.16.0-rc4-win64-x64.msi"
file = "$toolsPath\cmake-3.16.0-win32-x86.msi"
file64 = "$toolsPath\cmake-3.16.0-win64-x64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/krita/krita.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>krita</id>
<title>Krita</title>
<version>4.2.7.1</version>
<version>4.2.8</version>
<owners>chocolatey,dtgm,KDE</owners>
<summary>Krita is a sketching and painting program designed for digital artists.</summary>
<description><![CDATA[Krita is a FREE and open source painting tool designed for concept artists, illustrators, matte and texture artists, and the VFX industry. Krita has been in development for over 10 years and has had an explosion in growth recently. It offers many common and innovative features to help the amateur and professional alike. See below for some of the highlighted features.
Expand Down
8 changes: 4 additions & 4 deletions automatic/krita/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x86: https://download.kde.org/stable/krita/4.2.7.1/krita-x86-4.2.7.1-setup.exe
x64: https://download.kde.org/stable/krita/4.2.7.1/krita-x64-4.2.7.1-setup.exe
x86: https://download.kde.org/stable/krita/4.2.8/krita-x86-4.2.8-setup.exe
x64: https://download.kde.org/stable/krita/4.2.8/krita-x64-4.2.8-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 3CB92F77E0913A20E2E02A0BA953460A7E39AD0E7A24B9530FC707F6808E8FEC
checksum64: 31538A959E7B271CF7C166F4E1E6162E5958E9B54055C4ECB1F50335FAB2F01F
checksum32: 94FBDEE4A923682FD64C0010B17EBD002E52DE8F2AE239E611F3BDA60D8ABDEE
checksum64: DCA15DAD13684622AE2704D77B34F0662BC109B7B6E3E7393A549B6418FCD419

Checksums type: sha256

Expand Down
4 changes: 2 additions & 2 deletions automatic/krita/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $packageArgs = @{
silentArgs = "/S"
softwareName = 'Krita'

url = 'https://download.kde.org/stable/krita/4.2.7.1/krita-x86-4.2.7.1-setup.exe'
checksum = '3CB92F77E0913A20E2E02A0BA953460A7E39AD0E7A24B9530FC707F6808E8FEC'
url = 'https://download.kde.org/stable/krita/4.2.8/krita-x86-4.2.8-setup.exe'
checksum = '94FBDEE4A923682FD64C0010B17EBD002E52DE8F2AE239E611F3BDA60D8ABDEE'
checksumType = 'sha256'
file64 = Get-Item $toolsDir\*.exe
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2722.0</version>
<version>9.0.2723.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = 'c642ffb5a17cabf29c690bdd0865b88d724d6fe6e02f19eabc193502d42dadfd'
checksum64 = 'e6f9ce874c57043bde2cfb8e7ec473e1a0c2e09a7f61eed7fdc94db8b6a348b1'
checksum = '1deab9de7a979e117585c268aa4070328c47648bd75cf5c10c6037d4497791f1'
checksum64 = '6cc9210a4421d9182eeb914f80ba52a8bb76e29b2d63ccfbf83336b9615dc51a'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
2 changes: 1 addition & 1 deletion automatic/yo/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Update-SessionEnvironment

$version = '3.1.0'
$version = '3.1.1'

npm install -g yo@$version
2 changes: 1 addition & 1 deletion automatic/yo/yo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>yo</id>
<title>Yeoman</title>
<version>3.1.0</version>
<version>3.1.1</version>
<authors>The Yeoman Team</authors>
<owners>chocolatey, Pascal Berger</owners>
<summary>CLI tool for running Yeoman generators</summary>
Expand Down

0 comments on commit 972a862

Please sign in to comment.