Skip to content

Commit

Permalink
AU: 6 updated - clipgrab Firefox nodejs nodejs.install palemoon php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 27, 2020
1 parent d8d5af6 commit 2663870
Show file tree
Hide file tree
Showing 19 changed files with 235 additions and 235 deletions.
2 changes: 1 addition & 1 deletion automatic/clipgrab/clipgrab.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>clipgrab</id>
<version>3.8.14</version>
<version>3.8.15</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/clipgrab</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Clipgrab</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clipgrab/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <https://clipgrab.org/>
and can be verified by doing the following:

1. Download the following <https://download.clipgrab.org/clipgrab-3.8.14-portable.exe>
1. Download the following <https://download.clipgrab.org/clipgrab-3.8.15-portable.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
checksum: 6E6FD77ABE4AE39FFBF15F4B39F79156661396AEA08613CD41E379FBE9B5FD92
checksum: 2A27FF8C7E22F72C014C8C71FFD6157F51520B422EFAF9AB25AAEAB5399E2619

The file 'LICENSE.txt' has been obtained from the source tarball located
on their project page.
2 changes: 1 addition & 1 deletion automatic/clipgrab/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 = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\clipgrab-3.8.14-portable.exe"
file = "$toolsPath\clipgrab-3.8.15-portable.exe"
softwareName = 'ClipGrab*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "82.0",
"latest": "82.0.1",
"esr": "78.4.0"
}
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>82.0</version>
<version>82.0.1</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down Expand Up @@ -58,7 +58,7 @@ Command-line options for installer configuration. See the [official page](https:
]]></description>
<summary>Bringing together all kinds of awesomeness to make browsing better for you</summary>
<tags>browser mozilla firefox admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/82.0/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/82.0.1/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
384 changes: 192 additions & 192 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $softwareName = 'Mozilla Firefox'

$pp = Get-PackageParameters

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '82.0')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '82.0.1')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand Down Expand Up @@ -62,15 +62,15 @@ else {
softwareName = "$softwareName*"
Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=firefox-82.0-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-82.0.1-ssl&os=win&lang=${locale}"
silentArgs = "$sa /S"
validExitCodes = @(0)
}

if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-82.0-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-82.0.1-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.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://nodejs.org/dist/v15.0.1/node-v15.0.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v15.0.1/node-v15.0.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v14.15.0/node-v14.15.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.15.0/node-v14.15.0-x64.msi>
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: F8685529C9D70CCADB0DF464CB6D41801AEE67AF8D00E6FEE78DF66749728AE8
checksum64: D0FE72C45AF84B7A9E5963D6237A4C598DC1F1E494F40D49E985FA9E4E7E3B86
checksum32: 6C423722AAC73F865821E0FD2812326A93AC55FFC219AC429E1076ECB11D1236
checksum64: CAFBD7ED129FB4A56A1751B674BA083D7681B72AE044C4976B3009CB796557AF

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
4 changes: 2 additions & 2 deletions automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"6": "6.17.1",
"8": "8.17.0",
"9": "9.11.2",
"10": "10.22.1",
"10": "10.23.0",
"11": "11.15.0",
"12": "12.19.0",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.14.0",
"14": "14.15.0",
"15": "15.0.1"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>15.0.1</version>
<version>14.15.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v15.0.1-x86.msi"
$filePath64 = "$toolsPath\node-v15.0.1-x64.msi"
$filePath32 = "$toolsPath\node-v14.15.0-x86.msi"
$filePath64 = "$toolsPath\node-v14.15.0-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"6": "6.17.1",
"8": "8.17.0",
"9": "9.11.2",
"10": "10.22.1",
"10": "10.23.0",
"11": "11.15.0",
"12": "12.19.0",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.14.0",
"14": "14.15.0",
"15": "15.0.1"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>15.0.1</version>
<version>14.15.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[15.0.1]" />
<dependency id="nodejs.install" version="[14.15.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>28.14.2</version>
<version>28.15.0</version>
<authors>Moonchild Productions</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-28.14.2.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-28.14.2.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-28.15.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-28.15.0.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '1335fc7f0a329c3e8723041769fefb2583ecdd0c265f11cf0e1ee20792e61897'
checksum = 'cdce26e2f8a4f63d621b76fa062715ebf4a311bb21c2eb8d93426bf75d7c0391'
checksumType = 'sha256'
checksum64 = '9c1ef72b7d04a37ec5ff01dfca8b62c35b3b4f52ea323d3486f3a1a835549f92'
checksum64 = '68cb58bb04997e1adb9679ce777474d00db882cf21e4aede84d404843c0e18f4'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
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.34-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.2.34-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.2.34-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.2.34-nts-Win32-VC15-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.24-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.3.24-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.24-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.3.24-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): AE4DEF064FA2E38B40E3446FCAB566FEF673719500AF626C1078EB4FEAF56D84
checksum64 (threadsafe): 3A3D026AACF8DA57FF01ACE2F78F8F57494744BFB669F8545CC8F9C4FF0450A5
checksum32 (non-threadsafe): D5819614A0A141082408D66970432EEC288DB2765E0E96197C1CED481FB38783
checksum64 (non-threadsafe): 3C673EAB656E26FD6BC3AD27FE71169AD888B04E21D63D3C6B3151D5ED216563
checksum32 (threadsafe): ABBE2348BC2BFBEF3B2D0EF21CB4FC553559DDDA7CF013FC9736BE6E6861C710
checksum64 (threadsafe): 13E1EE15C0D867C997215A44E33E0C722385E0DAEEEC07382E523D96AE07866C
checksum32 (non-threadsafe): 7D711DF1F6088115A18CFA56F310833F0208605925A2AE7FBEF566F65748A562
checksum64 (non-threadsafe): CE96BDD0B141B3A34369A6D6E36ADB9AE0A22FC873BAFACD52AC7DC85D37A033

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 @@ -3,6 +3,6 @@
"7.0": "7.0.33",
"5.6": "5.6.40",
"7.2": "7.2.34",
"7.3": "7.3.23",
"7.3": "7.3.24",
"7.4": "7.4.11"
}
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.34</version>
<version>7.3.24</version>
<authors>PHP Authors</authors>
<owners>chocolatey-community, 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.34</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.3.24</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.34-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.2.34-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.2.34-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.2.34-nts-Win32-VC15-x64.zip"
filets32 = "$toolsPath\php-7.3.24-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.3.24-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.3.24-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.3.24-nts-Win32-VC15-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down

0 comments on commit 2663870

Please sign in to comment.