From ce3260a31cb75dd23192e628ffdf817e67573d2b Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 22 Jun 2018 12:10:52 +0000 Subject: [PATCH] AU: 4 updated - git git.install git.portable PDFCreator [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/29d5319738f5b584cddc6dd8e7c047e4fa1a7de1 --- automatic/git.install/git.install.nuspec | 4 +++- automatic/git.install/legal/VERIFICATION.txt | 8 ++++---- automatic/git.portable/git.portable.nuspec | 2 +- automatic/git.portable/legal/VERIFICATION.txt | 8 ++++---- automatic/git/README.md | 2 +- automatic/git/git.nuspec | 6 ++++-- automatic/pdfcreator/legal/VERIFICATION.txt | 4 ++-- automatic/pdfcreator/pdfcreator.nuspec | 2 +- automatic/pdfcreator/tools/chocolateyInstall.ps1 | 2 +- 9 files changed, 21 insertions(+), 17 deletions(-) diff --git a/automatic/git.install/git.install.nuspec b/automatic/git.install/git.install.nuspec index 7bc58809a3b..752f36d88eb 100644 --- a/automatic/git.install/git.install.nuspec +++ b/automatic/git.install/git.install.nuspec @@ -4,7 +4,7 @@ git.install Git (Install) - 2.17.0 + 2.18.0 The Git Development Community chocolatey Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows @@ -28,6 +28,8 @@ Git for Windows focuses on offering a lightweight, native set of tools that brin - `/NoGitLfs` - Disable Git LFS installation. - `/SChannel` - Configure Git to use the Windows native SSL/TLS implementation (SChannel) instead of OpenSSL. This aligns Git HTTPS behavior with other Windows applications and system components and increases manageability in enterprise environments. +Example: `choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs /SChannel /NoAutoCrlf"` + ## Notes - The package uses default install options minus cheetah integration and desktop icons. Cheetah prevents a good upgrade scenario, so it has been removed. diff --git a/automatic/git.install/legal/VERIFICATION.txt b/automatic/git.install/legal/VERIFICATION.txt index 0b8a8b01030..e094454906d 100644 --- a/automatic/git.install/legal/VERIFICATION.txt +++ b/automatic/git.install/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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: 65B710E39DB3D83B04A8A4BD56F54E929FB0ABBAB728C0A9ABBC0DACE8E361D2 - checksum64: 39B3DA8BE4F1CF396663DC892CBF818CB4CFDDB5BF08C13F13F5B784F6654496 + checksum32: F4E910EB5182AEFADA20226A5A0A64B5B528AD1439C28A47C25252EE27F71AF0 + checksum64: AA81C9F2A81FD07BA0582095474365821880FD787B1CBE03ABAF71D9AA69D359 File 'LICENSE.txt' is obtained from diff --git a/automatic/git.portable/git.portable.nuspec b/automatic/git.portable/git.portable.nuspec index a52e46ffb3b..e755d154a61 100644 --- a/automatic/git.portable/git.portable.nuspec +++ b/automatic/git.portable/git.portable.nuspec @@ -4,7 +4,7 @@ git.portable Git (Portable) - 2.17.0 + 2.18.0 The Git Development Community chocolatey Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows diff --git a/automatic/git.portable/legal/VERIFICATION.txt b/automatic/git.portable/legal/VERIFICATION.txt index 6ca1c08771a..eebc6b87eb3 100644 --- a/automatic/git.portable/legal/VERIFICATION.txt +++ b/automatic/git.portable/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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: F2344EC1BB2D87A1AB7B05BD2E7BCBBBBF4DE6AE8A6B1DC034B9DE4B3A1F0EC9 - checksum64: 9625365CCB67D1C7C52F14824C5DD68AF4CCA2A1B83A2BA998BA9BA45B708551 + checksum32: 28E68A781A78009913FEF3D6C1074A6C91B05E4010BFD9EFAFF7B8398C87E017 + checksum64: CD84A13B6C7AAC0E924CB4DB2476E2F4379AAB4B8E60246992A6C5EEBEAC360C File 'LICENSE.txt' is obtained from diff --git a/automatic/git/README.md b/automatic/git/README.md index 89d8ca72146..d594bad949b 100644 --- a/automatic/git/README.md +++ b/automatic/git/README.md @@ -20,7 +20,7 @@ Git for Windows focuses on offering a lightweight, native set of tools that brin - `/NoGitLfs` - Disable Git LFS installation. - `/SChannel` - Configure Git to use the Windows native SSL/TLS implementation (SChannel) instead of OpenSSL. This aligns Git HTTPS behavior with other Windows applications and system components and increases manageability in enterprise environments. -Example: `choco install git --params "/GitAndUnixToolsOnPath /NoGitLfs /SChannel /NoAutoCrlf"` +Example: `choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs /SChannel /NoAutoCrlf"` ## Notes diff --git a/automatic/git/git.nuspec b/automatic/git/git.nuspec index 03ffa44d6c0..070837941d3 100644 --- a/automatic/git/git.nuspec +++ b/automatic/git/git.nuspec @@ -4,7 +4,7 @@ git Git - 2.17.1 + 2.18.0 The Git Development Community chocolatey Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows @@ -28,6 +28,8 @@ Git for Windows focuses on offering a lightweight, native set of tools that brin - `/NoGitLfs` - Disable Git LFS installation. - `/SChannel` - Configure Git to use the Windows native SSL/TLS implementation (SChannel) instead of OpenSSL. This aligns Git HTTPS behavior with other Windows applications and system components and increases manageability in enterprise environments. +Example: `choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs /SChannel /NoAutoCrlf"` + ## Notes - The package uses default install options minus cheetah integration and desktop icons. Cheetah prevents a good upgrade scenario, so it has been removed. @@ -44,7 +46,7 @@ Git for Windows focuses on offering a lightweight, native set of tools that brin false https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg - + diff --git a/automatic/pdfcreator/legal/VERIFICATION.txt b/automatic/pdfcreator/legal/VERIFICATION.txt index 166fedc16a7..a2a1196771b 100644 --- a/automatic/pdfcreator/legal/VERIFICATION.txt +++ b/automatic/pdfcreator/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on <> and can be verified by doing the following: -1. Download the following +1. Download the following 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: 2099EAAB1415F35DBC0FFB4D0F375C185C03EBB13D37F1AB7430932067031554 + checksum: 3C29B5810B2008C8501C0C4485780B1E85AA011C88CC7F3844283B81EF6E2C8C The file 'LICENSE.txt' has been obtained from diff --git a/automatic/pdfcreator/pdfcreator.nuspec b/automatic/pdfcreator/pdfcreator.nuspec index 89187d69dd3..be0a893c30b 100644 --- a/automatic/pdfcreator/pdfcreator.nuspec +++ b/automatic/pdfcreator/pdfcreator.nuspec @@ -3,7 +3,7 @@ PDFCreator - 3.2.1 + 3.2.2 PDF Creator chocolatey pdfforge diff --git a/automatic/pdfcreator/tools/chocolateyInstall.ps1 b/automatic/pdfcreator/tools/chocolateyInstall.ps1 index 72a9a1fad48..53d61b99b1d 100644 --- a/automatic/pdfcreator/tools/chocolateyInstall.ps1 +++ b/automatic/pdfcreator/tools/chocolateyInstall.ps1 @@ -21,7 +21,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\PDFCreator-3_2_1-Setup.exe" + file = "$toolsPath\PDFCreator-3_2_2-Setup.exe" softwareName = 'PDFCreator' silentArgs = $installArgs validExitCodes = @(0)