Skip to content

Commit

Permalink
AU: 7 updated - calibre cmake.portable docker-kitematic keeweb php sw…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 8, 2019
1 parent 0ff4ca1 commit a36f168
Show file tree
Hide file tree
Showing 22 changed files with 60 additions and 56 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>3.39.0</version>
<version>3.39.1</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
8 changes: 4 additions & 4 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://download.calibre-ebook.com/3.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://download.calibre-ebook.com/3.39.0/calibre-3.39.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.39.0/calibre-64bit-3.39.0.msi>
32-Bit software: <https://download.calibre-ebook.com/3.39.1/calibre-3.39.1.msi>
64-Bit software: <https://download.calibre-ebook.com/3.39.1/calibre-64bit-3.39.1.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: B94E627F6CC55DD8D275071563E4CCF74EDD353EE3037101969E6B61859805E5
checksum64: 2216E0B3A8630F56E75FB2151A92B23435FA36BC078ABC64AB68EDEA11482366
checksum32: 6FC82EDF666E6886DC044F3DDCB2C3C2D6781A012BCC123383FC9B3076580CCC
checksum64: B172345DB078F230B6F39ABE611D83B23271AC009C68D504010671A848E860F0

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
4 changes: 2 additions & 2 deletions automatic/calibre/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\calibre-3.39.0.msi"
file64 = "$toolsPath\calibre-64bit-3.39.0.msi"
file = "$toolsPath\calibre-3.39.1.msi"
file64 = "$toolsPath\calibre-64bit-3.39.1.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
3 changes: 2 additions & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"3.10": "3.10.3",
"3.11": "3.11.4",
"3.12": "3.12.3",
"3.13": "3.13.1"
"3.13": "3.13.4",
"3.14": "3.14.0-rc1"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.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.portable</id>
<version>3.13.1</version>
<version>3.14.0-rc1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/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.13.1/cmake-3.13.1-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.13.1/cmake-3.13.1-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.0-rc1/cmake-3.14.0-rc1-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.0-rc1/cmake-3.14.0-rc1-win64-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: sha256
checksum32: 514C8CEA597623F25347C40D44C0333DF5FB8DEB669CC4DFFAED966EC3B89BEF
checksum64: 7F25650D02482705DD98E02D975144D6D60AD7909471C751A37D71F42C978EBF
checksum32: A1B29AF0DEAF6B3B2A2B155FC2F0B53D6DA09BEB8BA68DE8C4AE89B3E670CD0B
checksum64: 74F8A86BD247D18C8A97276C7A6F47048CE7D7C4FCED7FD33CD1868A244E4E8E

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.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.13.1-win32-x86.zip"
file64 = "$toolsPath\cmake-3.13.1-win64-x64.zip"
file = "$toolsPath\cmake-3.14.0-rc1-win32-x86.zip"
file64 = "$toolsPath\cmake-3.14.0-rc1-win64-x64.zip"
destination = $toolsPath
}

Expand Down
6 changes: 3 additions & 3 deletions automatic/docker-kitematic/docker-kitematic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>docker-kitematic</id>
<version>0.17.6</version>
<packageSourceUrl>https://github.com/abejenaru/chocolatey-packages</packageSourceUrl>
<version>0.17.7</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/docker-kitematic</packageSourceUrl>
<owners>Andrei Bejenaru</owners>
<title>Kitematic: Visual client for Docker</title>
<authors>Kitematic, Docker</authors>
Expand Down Expand Up @@ -35,7 +35,7 @@ Automatically map ports, visually change environment variables, configuring volu
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/docker/kitematic/releases/tag/v0.17.6</releaseNotes>
<releaseNotes>https://github.com/docker/kitematic/releases/tag/v0.17.7</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
6 changes: 3 additions & 3 deletions automatic/docker-kitematic/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/docker/kitematic/releases/tag/v0.17.6>
location on <https://github.com/docker/kitematic/releases/tag/v0.17.7>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/docker/kitematic/releases/download/v0.17.6/Kitematic-0.17.6-Windows.zip>
software: <https://github.com/docker/kitematic/releases/download/v0.17.7/Kitematic-0.17.7-Windows.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: 105A51A5B1B31784B6D0BA7CB137DE57FDD07935D3CC241FCD1C65FE10CB6E85
checksum: 738AF47468CD87E6058D0A4C7BCE8734FF360E85141667C1641BF082D8E7C4B8

The file 'LICENSE.txt' has been obtained from <https://github.com/docker/kitematic/blob/d72145f6182f7c7bd8735587294e7f6477187c1b/LICENSE>
2 changes: 1 addition & 1 deletion automatic/keeweb/keeweb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keeweb</id>
<title>KeeWeb</title>
<version>1.7.4</version>
<version>1.7.6</version>
<authors>antelle</authors>
<owners>wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/keeweb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.7.4/KeeWeb-1.7.4.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.7.4/KeeWeb-1.7.4.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.7.6/KeeWeb-1.7.6.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.7.6/KeeWeb-1.7.6.win.x64.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: sha256
checksum32: DE3D59F397AA0893021AF0BBB729B99C660CC9B0759C7CF659E2379194F6BC4D
checksum64: DFF5B6AEB307BDC112FA3AAC525C2F2255C45DF4EF7856AA866EC18D81E919EA
checksum32: 3EDE8D4BD91E120A191A2C97C520219001F46AD16EDCDB728CE48A6B2EEDEA90
checksum64: 3241011DCC742A356D5F1D9A68B46DD07E66CB186CD08D22B952448D1AACD2E1

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/26d6844b65e78217d3b3eb6cfa4ed5e226404320/LICENSE>
4 changes: 2 additions & 2 deletions automatic/keeweb/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 = 'keeweb'
fileType = 'exe'
file = "$toolsPath\KeeWeb-1.7.4.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.7.4.win.x64.exe"
file = "$toolsPath\KeeWeb-1.7.6.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.7.6.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
20 changes: 10 additions & 10 deletions automatic/php/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <>
location on <http://windows.php.net/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software (threadsafe): <>
64-Bit software (threadsafe): <>
32-Bit software (non-threadsafe): <>
64-Bit software (non-threadsafe): <>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.2-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.2-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.2-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.2-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):
checksum64 (threadsafe):
checksum32 (non-threadsafe):
checksum64 (non-threadsafe):
checksum type:
checksum32 (threadsafe): 96889B55D84755CB361D94872C97DD32955D0C2B8EDE831AABF3C71FCB3E18F3
checksum64 (threadsafe): E4391DCE3D431CCAF64372212A0DAFDCD8CF3D4AA79B684EA225CFE32FFDB238
checksum32 (non-threadsafe): F7136AC609D7AB5D2B2CDC6DCC332E4C28F13FCB20BC64E5273E0568CFF78D49
checksum64 (non-threadsafe): 37803F927A4F5BFCCF996D5FAB7092FB0FD01C9390DE501E5BCF89FF0F74595C

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
4 changes: 2 additions & 2 deletions automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"7.1": "7.1.26",
"7.0": "7.0.33",
"5.6": "5.6.40",
"7.2": "7.2.14",
"7.3": "7.3.1"
"7.2": "7.2.15",
"7.3": "7.3.2"
}
11 changes: 7 additions & 4 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,30 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>7.3.1</version>
<version>7.3.2</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>
<description><![CDATA[PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.
This product includes PHP software, freely available from
<http://www.php.net/software/>
## Package Parameters
- `/DontAddToPath` - Do not add install directory to path
- `/InstallDir` - Override the installation directory (needs to be specified both during install and update, until it is remembered by choco)
- `/ThreadSafe` - Install the thread safe version of php that is compatible with Apache.
These parameters can be passed to the installer with the use of --params.
For example: `--params '"/ThreadSafe ""/InstallDir:C:\PHP"""'`.
These parameters can be passed to the installer with the use of --package-parameters.
For example: `choco install --package-parameters='"/ThreadSafe ""/InstallDir:C:\PHP"""'`.
]]></description>
<projectUrl>http://www.php.net/</projectUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/php</packageSourceUrl>
<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.3.1</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.3.2</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/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\"
filets64 = "$toolsPath\"
filents32 = "$toolsPath\"
filents64 = "$toolsPath\"
filets32 = "$toolsPath\php-7.3.2-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.3.2-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.3.2-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.3.2-nts-Win32-VC15-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
4 changes: 2 additions & 2 deletions automatic/sweet-home-3d/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <http://www.sweethome3d.com/download.jsp>
and can be verified by doing the following:

1. Download the following <http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-6.1/SweetHome3D-6.1-windows.exe/download>
1. Download the following <http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-6.1.2/SweetHome3D-6.1.2-windows.exe/download>
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: 1D77A449B8B6644CAB74527366C506F6A7952B837BF0B0CF15CCC5E61C8568DA
checksum: 892894A733243E38804F8800068E3ABA786C4AAB7E5DD7860153CEAF6150C95B

The file 'LICENSE.txt' has been obtained from <http://www.sweethome3d.com/license.jsp>
2 changes: 1 addition & 1 deletion automatic/sweet-home-3d/sweet-home-3d.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>sweet-home-3d</id>
<version>6.1</version>
<version>6.1.2</version>
<packageSourceUrl>https://github.com/Chocolatey/chocolatey-coreteampackages/tree/master/automatic/sweet-home-3d</packageSourceUrl>
<owners>chocolatey</owners>
<title>Sweet Home 3D</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sweet-home-3d/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'sweet-home-3d'
fileType = 'exe'
file = "$toolsPath\SweetHome3D-6.1-windows.exe"
file = "$toolsPath\SweetHome3D-6.1.2-windows.exe"
softwareName = 'Sweet Home 3D*'
silentArgs = '/SILENT'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://www.waterfoxproject.org/downloads>
and can be verified like this:

1. Download <https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%2056.2.7%20Setup.exe>
1. Download <https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%2056.2.7.1%20Setup.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 266C10289992F290BEB94D004AE6496596F62767080A664CA9397C99410B7DED
checksum: 69EBEE9D705D477A0FBF86846FA834DFC9CED4E394570D9BB63ED0B9E91278D2

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/52d00fdbd7fb755c209a2fcf45eb857b2c0ec3de/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/waterfox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'waterfox'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox 56.2.7 Setup_x64.exe"
file = "$toolsDir\Waterfox 56.2.7.1 Setup_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>waterfox</id>
<version>56.2.7</version>
<version>56.2.7.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey,tonigellida,admiringworm</owners>
<title>Waterfox</title>
Expand Down

0 comments on commit a36f168

Please sign in to comment.