Skip to content

Commit

Permalink
AU: 4 updated - brave datagrip smartftp SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 21, 2022
1 parent 0ac3fa3 commit 69914c7
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 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.41.99",
"stable": "1.41.100",
"beta": "1.42.65-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.41.99</version>
<version>1.41.100</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/v1.41.99/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.41.99/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.41.100/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.41.100/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: CB54A90212A76842B2A4C90C6E27E4EA83ABB3BBCD676F431C869833CC74ED75
checksum64: AE69820A80BB44B6F5DBF3A4B390DEFAB731E48A375A228D59417C13ED0437D1
checksum32: AE7ABD270500F643DE174D8B2606741DD8B652CB22E430FE7B0C04988BF396D9
checksum64: 393537D223D81C8A28E24583C9884DD6B4B24FFA135F7B963EF927039FD4FDFD

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/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.41.99'
[version]$softwareVersion = '1.41.100'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/datagrip/datagrip.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>datagrip</id>
<version>2022.1.5</version>
<version>2022.2</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2022.1.5.exe'
checksum = '33d436735cc543f2a95b5307a25e2ddb1fe6715f6d05224fa5c0f53930654038'
url = 'https://download.jetbrains.com/datagrip/datagrip-2022.2.exe'
checksum = '2cf9be8ab107f3846af2388c2f0070f2a246c262c9d3a2107a6b5b4fe4112d75'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
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-community</owners>
<version>10.0.3001.0</version>
<version>10.0.3002.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
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '230ac8efe821bd82b137f1ac6b3ff960a0fed292d46de460e9571a4a1ff2a850'
checksum64 = 'b540046ea6cc474352b48ff4167fbbfaf6f85f96e35b7ca65e4e412da60d285f'
checksum64 = 'da7663c1422d44df309445e0367d9ca24780fd391a7ad7eb39276522088d5cff'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
12 changes: 6 additions & 6 deletions automatic/sqlite/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://sqlite.org/2022/sqlite-dll-win32-x86-3390100.zip
x64: https://sqlite.org/2022/sqlite-dll-win64-x64-3390100.zip
Toolsx32: https://sqlite.org/2022/sqlite-tools-win32-x86-3390100.zip
x32: https://sqlite.org/2022/sqlite-dll-win32-x86-3390200.zip
x64: https://sqlite.org/2022/sqlite-dll-win64-x64-3390200.zip
Toolsx32: https://sqlite.org/2022/sqlite-tools-win32-x86-3390200.zip

to download the files.

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

checksum32: DE439F0B1FAA28A90D9F30FBA411C94368FCE9EC8D1E902F1092382110AC7F61
checksum64: 195B13B4C229FAE0CF2AC9EF658D7077D938D54C5B7DFA4BEF30F1FD94CA44AF
checksumTools32: 18058AA1C3B8F91522194034BF409C2E38FDFE2EABA572F095E3841FC6D1395E
checksum32: DB33C3B1CC8F0AC8CFE91F0EC1FDCCEA5FF4F2B3A621634B1D1C338FC88CE559
checksum64: 7860A132023E427ECEA556766523DBB9218A512951B53F339982EEA7EEE03F63
checksumTools32: E83466670438B05AB43AC4A6AB1837ECBD0E6A3A61238500142788DE52EC8720

File 'license.txt' is obtained from the following URL (and converted to markdown):
http://www.sqlite.org/copyright.html
2 changes: 1 addition & 1 deletion automatic/sqlite/sqlite.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>SQLite</id>
<version>3.39.1</version>
<version>3.39.2</version>
<title>SQLite</title>
<owners>chocolatey-community</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down

0 comments on commit 69914c7

Please sign in to comment.