Skip to content

Commit

Permalink
AU: 3 updated - calibre git.install php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 21, 2020
1 parent 7800dcd commit eff104a
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 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.10.1</version>
<version>4.11.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.10.1/calibre-64bit-4.10.1.msi>
64-Bit software: <https://download.calibre-ebook.com/4.11.0/calibre-64bit-4.11.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: 64C40A3CB78877C4B6392E42453022192BE04423239FF83D0BD98BA2F60A2869
checksum64: 3A1D63816A146CEF4B0D36F3E973AB8DEDEB96CF6D39831649E9A489F85C35D4

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.10.1/calibre-4.10.1.msi'
checksum = '22A1C28249B09120550D19DD2076F643ABCC2657DD47F6276BB9D7913FCC1A0F'
url = 'https://download.calibre-ebook.com/4.11.0/calibre-4.11.0.msi'
checksum = 'D7FABD46D79FDEE9F0EC45807B0F781E9DA65FE296C08E84DFB5C02E8B4628B6'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-4.10.1.msi"
file64 = "$toolsPath\calibre-64bit-4.11.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/git.install/git.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.install</id>
<title>Git (Install)</title>
<version>2.25.0</version>
<version>2.25.1</version>
<authors>The Git Development Community</authors>
<owners>chocolatey</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.25.0.windows.1/Git-2.25.0-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.25.0.windows.1/Git-2.25.0-64-bit.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.25.1.windows.1/Git-2.25.1-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.25.1.windows.1/Git-2.25.1-64-bit.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type:
checksum32: 6C02F1A1F95E286DF8B87C2812C9460F4C2D333BAB7A654751E01E9801994045
checksum64: 6FFB0674A5F5FEC2A328DD40456EDE87ED3C7DE653ECD6950F9CF132BCA2F94C
checksum32: 4408525B8B314F2EC8CF8F3C00E8BAE27CB4071790AF23908E6C908A7D48E5E1
checksum64: 9E442131F7DC0DE24DB1369A4FE02659C2D642BF60CE6D88E31340EEDAA18DA1

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
4 changes: 2 additions & 2 deletions automatic/git.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Set-InstallerRegistrySettings $pp

Stop-GitSSHAgent

$fileName32 = 'Git-2.25.0-32-bit.exe'
$fileName64 = 'Git-2.25.0-64-bit.exe'
$fileName32 = 'Git-2.25.1-32-bit.exe'
$fileName64 = 'Git-2.25.1-64-bit.exe'
$packageArgs = @{
PackageName = 'git.install'
FileType = 'exe'
Expand Down
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ location on <http://windows.php.net/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.2.28-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.2.28-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.2.28-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.2.28-nts-Win32-VC15-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.3-Win32-vc15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.3-Win32-vc15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.3-nts-Win32-vc15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.3-nts-Win32-vc15-x64.zip>
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:
checksum32 (threadsafe): 9264ADE6371C71EDE1D9692303BD3E7D99DB7298469074B6E49107E5A58B0BD5
checksum64 (threadsafe): 055FF1508F3B4CF0103D63655B73E22CF8F8F57073726A1E2DB7296C6CA0408C
checksum32 (non-threadsafe): C307427AB43E502D8994FD2B5D171C87B75D092B91A966E80C31932E93F06252
checksum64 (non-threadsafe): 39B409C98FB549BA7D75ADA3CE9DCD455C8BD25BBC5EC218153467B48F00DAFD
checksum32 (threadsafe): 27AAE4416ED8ED8103EC44E6515DE2ADBA5A014A5223C9FF56211092103D142C
checksum64 (threadsafe): DAB4FFD3CFCD918ACBFB76C72C342D580D4A3AA61DFC4071375421F9844ECBF8
checksum32 (non-threadsafe): 1E890D1020A660A62A376B37AAFB7EB213D250C15173F49716C0ED064E694A5F
checksum64 (non-threadsafe): A0E009750B0550F531A4C79039E97BBFD20082ABF656ABB0CAE64641ED3966EF

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
2 changes: 1 addition & 1 deletion automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"5.6": "5.6.40",
"7.2": "7.2.28",
"7.3": "7.3.14",
"7.4": "7.4.2"
"7.4": "7.4.3"
}
4 changes: 2 additions & 2 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>7.2.28</version>
<version>7.4.3</version>
<authors>PHP Authors</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</summary>
Expand All @@ -26,7 +26,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir
<tags>php development programming foss cross-platform admin</tags>
<licenseUrl>http://us.php.net/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.2.28</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.4.3</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/php/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

$filesInfo = @{
filets32 = "$toolsPath\php-7.2.28-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.2.28-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.2.28-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.2.28-nts-Win32-VC15-x64.zip"
filets32 = "$toolsPath\php-7.4.3-Win32-vc15-x86.zip"
filets64 = "$toolsPath\php-7.4.3-Win32-vc15-x64.zip"
filents32 = "$toolsPath\php-7.4.3-nts-Win32-vc15-x86.zip"
filents64 = "$toolsPath\php-7.4.3-nts-Win32-vc15-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down

0 comments on commit eff104a

Please sign in to comment.