Skip to content

Commit

Permalink
AU: 5 updated - git.install nodejs php smartftp waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 27, 2017
1 parent d001a7a commit 1fd1e88
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 22 deletions.
4 changes: 3 additions & 1 deletion automatic/git.install/git.install.nuspec
Expand Up @@ -4,11 +4,12 @@
<metadata>
<id>git.install</id>
<title>Git (Install)</title>
<version>2.14.1</version>
<version>2.14.2</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>
<description>

Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike.

## Features
Expand All @@ -30,6 +31,7 @@ Git for Windows focuses on offering a lightweight, native set of tools that brin
## Notes

- The package uses default install options minus cheetah integration and desktop icons. Cheetah prevents a good upgrade scenario, so it has been removed.

</description>
<projectUrl>https://git-for-windows.github.io/</projectUrl>
<projectSourceUrl>https://github.com/git-for-windows/git</projectSourceUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.install/legal/VERIFICATION.txt
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.14.1.windows.1/Git-2.14.1-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.14.1.windows.1/Git-2.14.1-64-bit.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.14.2.windows.1/Git-2.14.2-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.14.2.windows.1/Git-2.14.2-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: 0129E21EAED8EFA6D795F712656463EE4F90AA2B3B66168F29B0DA98F74104F7
checksum64: 0DC556503E3CE4699228FC910A8E4A8D81172635AC8E8E16A11BE107254C4901
checksum32: 0C7CF5F1BD6532C3720920B953DA6B5C563ACAB35E3CAEE0B6F337975E284F35
checksum64: EF144A5DBB74518B56727F6C228993B9E7F5AEDEC7BBF7D680DCFFB5D36CE354

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
9 changes: 5 additions & 4 deletions automatic/nodejs/nodejs.nuspec
Expand Up @@ -4,20 +4,21 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>8.5.0</version>
<version>8.6.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
<description>
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
<description><![CDATA[
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
## Notes
This package used to install `nodejs.commandline`. It is recommended that you uninstall the `nodejs.commandline` and `npm` packages in favor of this or the `nodejs.install` (which this `nodejs` package now points to).
This package provides the **Current** releases of Node.js.
If you want the **LTS** (Long Term Support) release of Node.js, install the [nodejs-lts](https://chocolatey.org/packages/nodejs-lts) package instead.
</description>
]]></description>
<projectUrl>http://nodejs.org</projectUrl>
<projectSourceUrl>https://github.com/nodejs/node</projectSourceUrl>
<docsUrl>https://nodejs.org/en/docs/</docsUrl>
Expand Down
9 changes: 5 additions & 4 deletions automatic/php/php.nuspec
Expand Up @@ -4,20 +4,21 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>7.1.9</version>
<version>7.1.10</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>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.
<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.
## 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)
- `/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"""'`.
</description>
]]></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>
Expand Down
4 changes: 2 additions & 2 deletions automatic/php/tools/downloadInfo.csv
@@ -1,2 +1,2 @@
threadsafe|http://windows.php.net//downloads/releases/php-7.1.9-Win32-VC14-x86.zip|http://windows.php.net//downloads/releases/php-7.1.9-Win32-VC14-x64.zip|732f4d09a592fceae864c51d79e51a3a00163e8ae8a57c7185627215c5c81533|bd950768f20241bc03d486e825fb06f9723ff8bf0854d0a4d3361720c65705d9
not-threadsafe|http://windows.php.net//downloads/releases/php-7.1.9-nts-Win32-VC14-x86.zip|http://windows.php.net//downloads/releases/php-7.1.9-nts-Win32-VC14-x64.zip|5827d2d60959eaec4f8737a79cb490f5ea7e6a7e9a5367af8b89ebff6e68c6ab|d06a0a3e94acea6519bcc32eb7be455e1b50d9e57da2ed6c4570f740ed5970c0
threadsafe|http://windows.php.net//downloads/releases/php-7.1.10-Win32-VC14-x86.zip|http://windows.php.net//downloads/releases/php-7.1.10-Win32-VC14-x64.zip|2a800ea6806a14e824bb05d44305219e76741119ee0321695a6647eeaf0e0ece|0744d8ea26081516852ed4bdc51c08b3f883840d843e051bbe9e19d76319e72e
not-threadsafe|http://windows.php.net//downloads/releases/php-7.1.10-nts-Win32-VC14-x86.zip|http://windows.php.net//downloads/releases/php-7.1.10-nts-Win32-VC14-x64.zip|b795cc120ec887aa42a3fa8dc621db17bb24336b1490547af28dd575ca52cd3b|341b1e88d6304d23d8799ae6c98561b4a545d1aa97ae44b38c3a38b32067c252
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2491.0</version>
<version>9.0.2492.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
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 = '2e4f3b5e1674ed24aac5dbc03abac0d1cd7f8e3a23a6dbb24c33dbd5a146cf44'
checksum64 = 'da9bc0ba05e4ef79899f9285eef460b102023ad71886c469f3d8aebdb7d3047d'
checksum = 'd455f62c3f6fb3f48ab8e4538d46607f0ba3067b82c0b9a474005a2e9bf0c704'
checksum64 = 'c4caab9d87e9d9568f018a9e29c74b71b6439366305ce46ff4a1d6ac5aa99ec9'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
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%2055.1.0%20Setup.exe>
1. Download <https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%2055.1.0.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: 5FECAA8F2CB0AFF68796A96BAD70A480A7C9D8CA66593567FECF782307C78BC0
checksum: F1CCC7D921739424FAFA7A9F0241E1148EDFF9A4AD253420C512D6726DFF456D

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
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'waterfox'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox 55.1.0 Setup_x64.exe"
file = "$toolsDir\Waterfox 55.1.0.1 Setup_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
3 changes: 2 additions & 1 deletion automatic/waterfox/waterfox.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>waterfox</id>
<version>55.1.0</version>
<version>55.1.0.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey,tonigellida,admiringworm</owners>
<title>Waterfox</title>
Expand Down Expand Up @@ -39,6 +39,7 @@ telemetry is sent back to Mozilla or the Waterfox project.
- Run every Add-On (even unsigned ones!)
- Windows XP 64-Bit Support
- More under the hood changes...

</description>
<releaseNotes>https://www.waterfoxproject.org/blog/</releaseNotes>
<dependencies>
Expand Down

0 comments on commit 1fd1e88

Please sign in to comment.