Skip to content

Commit

Permalink
AU: 4 updated - calibre chromium smartftp SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 23, 2020
1 parent 952ffc6 commit 59ea4fd
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>4.16.0</version>
<version>4.17.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ and can be verified by doing the following:

1. Download the following:
32-Bit software: NOT INCLUDED IN PACKAGE
64-Bit software: <https://download.calibre-ebook.com/4.16.0/calibre-64bit-4.16.0.msi>
64-Bit software: <https://download.calibre-ebook.com/4.17.0/calibre-64bit-4.17.0.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: NOT INCLUDED IN PACKAGE
checksum64: 9B8B6AC01FC83A385931AB19455812AB6581CAEA1CE8C732EB163EBAB2164240
checksum64: CB5D91218C2D85D0F98DB49085B6DD15006E6C11CB33066E1C4124E576B5BF40

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
6 changes: 3 additions & 3 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
url = 'https://download.calibre-ebook.com/4.16.0/calibre-4.16.0.msi'
checksum = 'B9ECDD08458319AA96AF9F91615DCAA049B94F1FEDC737EA1FD06D1ED8C6EE73'
url = 'https://download.calibre-ebook.com/4.17.0/calibre-4.17.0.msi'
checksum = 'EBE53A5CBA874FB79CF65D1DA7A2256EC573E7C375FEDCDB58B7B143192C2766'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-4.16.0.msi"
file64 = "$toolsPath\calibre-64bit-4.17.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
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": "85.0.4153.0-snapshots",
"snapshots": "85.0.4154.0-snapshots",
"stable": "83.0.4103.61"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>83.0.4103.61</version>
<title>Chromium</title>
<version>85.0.4154.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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://github.com/Hibbiki/chromium-win32/releases/download/v83.0.4103.61-r756066/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v83.0.4103.61-r756066/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/771372/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/771373/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: BDA9041AA6660E9FBEAB9F19F21F5EA9E330CAF30DD224AC6A72BA1C94832BDA
checksum64: 693C1BA5B004E17DB57B1E7E775AA8E9B0F831085AB1D399FE982A775C03EBDE
checksum32: 50E377FEF183CA46D14392C6372CB37465D720829C2D9D3AF27D97C2BABACFCD
checksum64: EA8C65D2A9EA7FE368BA20AF9985F46E6BFE4CA78F1F7A78EA5D9D1BEB0B7A6C

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 = "83.0.4103.61"
$version = "85.0.4154.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/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.2758.0</version>
<version>9.0.2759.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 = 'bfede9084a8b82e7bb28c2073dc2d7da2fff734b34127aebcbbef60fe95940f6'
checksum64 = '79e48bacd914e792e25fec8e7e5eea75d061cd2ee670b90e775fd9e1b35bac88'
checksum = '7968e046690e0e95d5409d981361c75dae91636e68d2dd242571c43d7134a93f'
checksum64 = '1e6420a4901b1538639250bc8e186e1fc08e74e6bbd99f1e98e91839b8a982c3'
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/2020/sqlite-dll-win32-x86-3310100.zip
x64: https://sqlite.org/2020/sqlite-dll-win64-x64-3310100.zip
Toolsx32: https://sqlite.org/2020/sqlite-tools-win32-x86-3310100.zip
x32: https://sqlite.org/2020/sqlite-dll-win32-x86-3320000.zip
x64: https://sqlite.org/2020/sqlite-dll-win64-x64-3320000.zip
Toolsx32: https://sqlite.org/2020/sqlite-tools-win32-x86-3320000.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: F18698AE859612D4A93A4EE9F98882BFC345964DE58814EDB9CCA31A9B6B6BE1
checksum64: 2CA546AF8ECE312FE421510277837B1E3CE2625E772150030B1F841758615D2A
checksumTools32: 941F6C021CAE05D9559DD7FC89CEF61E3752E5E8397EF7C8809B60EC7F9E8DA7
checksum32: 0DD0DD38CDE5A14E7D6D0830DB62CC7037E521FD042B0B8DA0763128B2C0B3F2
checksum64: F094B7A0DCA41021B1C3FE529724EF0247FC94BE99E29B643A36B102AA4C2B1A
checksumTools32: 3D5BB9A1903CE3404FAE4418F1767F1D25FD3E5B4FCB23E7EC5B07D84DF0DE4E

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.31.1</version>
<version>3.32.0</version>
<title>SQLite</title>
<owners>chocolatey</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down

0 comments on commit 59ea4fd

Please sign in to comment.