Skip to content

Commit

Permalink
AU: 4 updated - Firefox php vcredist140 vcredist2017
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 10, 2019
1 parent cd099fb commit 05ca60d
Show file tree
Hide file tree
Showing 12 changed files with 223 additions and 223 deletions.
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": "63.0.3",
"latest": "64.0.2",
"esr": "60.3.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>63.0.3</version>
<version>64.0.2</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 @@ -44,7 +44,7 @@
]]></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/63.0.3/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/64.0.2/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
396 changes: 198 additions & 198 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 @@ -7,7 +7,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageName = 'Firefox'
$softwareName = 'Mozilla Firefox'

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '63.0.3')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '64.0.2')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand All @@ -34,7 +34,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download-installer.cdn.mozilla.net/pub/firefox/releases/63.0.3/win32/${locale}/Firefox%20Setup%2063.0.3.exe"
Url = "https://download-installer.cdn.mozilla.net/pub/firefox/releases/64.0.2/win32/${locale}/Firefox%20Setup%2064.0.2.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download-installer.cdn.mozilla.net/pub/firefox/releases/63.0.3/win64/${locale}/Firefox%20Setup%2063.0.3.exe"
$packageArgs.Url64 = "https://download-installer.cdn.mozilla.net/pub/firefox/releases/64.0.2/win64/${locale}/Firefox%20Setup%2064.0.2.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
8 changes: 4 additions & 4 deletions automatic/php/php.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"7.1": "7.1.25",
"7.1": "7.1.26",
"7.0": "7.0.33",
"5.6": "5.6.39",
"7.2": "7.2.13",
"7.3": "7.3.0"
"5.6": "5.6.40",
"7.2": "7.2.14",
"7.3": "7.3.1"
}
6 changes: 3 additions & 3 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.0.33</version>
<version>7.3.1</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 @@ -24,13 +24,13 @@ For example: `--params '"/ThreadSafe ""/InstallDir:C:\PHP"""'`.
<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.0.33</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.3.1</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>
<projectSourceUrl>http://git.php.net</projectSourceUrl>
<dependencies>
<dependency id="vcredist140" version="14.0.24215.1" />
<dependency id="vcredist140" version="14.11.25325.0" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="chocolatey" version="0.10.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/php/tools/downloadInfo.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
threadsafe|http://windows.php.net/downloads/releases/php-7.0.33-Win32-VC14-x86.zip|http://windows.php.net/downloads/releases/php-7.0.33-Win32-VC14-x64.zip|5c5b7e3c4b80a6e8984dca6bb1a1e1909c5dfb2b83b0242978020f78a473ab9c|8a22c93732b576507888e011b147df80beee7b7e24f527cb6e1282b5228350c2
not-threadsafe|http://windows.php.net/downloads/releases/php-7.0.33-nts-Win32-VC14-x86.zip|http://windows.php.net/downloads/releases/php-7.0.33-nts-Win32-VC14-x64.zip|b3ac2c67a5dceb937d7e56288704d0421d75102de6e49b4f40c20e5386c24629|bba39bde5b0bd50efadc11e2716c7528669945f9d1397d707486e401e67e89fb
threadsafe|http://windows.php.net/downloads/releases/php-7.3.1-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.3.1-Win32-VC15-x64.zip|1abbaf8b35b0922d8d131c73a8bca5dbc936fee5232f6c4902985750f2ab448a|023322399a9e60c8dacaa9e939563958769cc3f42ac510e28f558b805bd20cbb
not-threadsafe|http://windows.php.net/downloads/releases/php-7.3.1-nts-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.3.1-nts-Win32-VC15-x64.zip|5cc187873c08bcdc1b9a7f9b119a6340d3f0534967bc392ff7d8fa2978757124|15e70a10cab6c97e2bdd17135223200072d716ded5df316a2a7a3132a526ae6a
2 changes: 1 addition & 1 deletion automatic/vcredist140/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"cfd443fd9465d41:0"|14.16.27012.6
"b9414ab9e8ed41:0"|14.16.27024.1
10 changes: 5 additions & 5 deletions automatic/vcredist140/tools/data.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$installData32 = @{
Url = 'https://download.visualstudio.microsoft.com/download/pr/d0b808a8-aa78-4250-8e54-49b8c23f7328/9c5e6532055786367ee61aafb3313c95/vc_redist.x86.exe'
Checksum = '7eadb463bdf3cd1de633b0a292b485fcca7647ca5f9145600f784c7dd5ddf115'
Url = 'https://download.visualstudio.microsoft.com/download/pr/6ea9376d-6ab0-45ac-a305-d76274c006ed/6a1eef0ca6e0de1c1b41b6202d2208b2/vc_redist.x86.exe'
Checksum = '32907e5cb270b2e6733a21cd45bb059a6cdd22517c56b2fc93529bdb8e4d6f2b'
ChecksumType = 'sha256'
}

$installData64 = @{
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/9fbed7c7-7012-4cc0-a0a3-a541f51981b5/e7eec15278b4473e26d7e32cef53a34c/vc_redist.x64.exe'
Checksum64 = 'ccffd73cddae9c07e879f501ba0d71d5669f085bba202f29bec66f9b1b5f36a2'
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/46db022e-06ea-4d11-a724-d26d33bc63f7/2b635c854654745078d5577a8ed0f80d/vc_redist.x64.exe'
Checksum64 = '0cf2fe188d98330ee11b7a7a151cb87b44e2f3b30a4b6f8cd3735e0f9118d606'
ChecksumType64 = 'sha256'
}

Expand All @@ -15,7 +15,7 @@ $uninstallData = @{
}

$otherData = @{
ThreePartVersion = [version]'14.16.27012'
ThreePartVersion = [version]'14.16.27024'
FamilyRegistryKey = '14.0'
PackageName = 'vcredist140'
}
2 changes: 1 addition & 1 deletion automatic/vcredist140/vcredist140.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>vcredist140</id>
<version>14.16.27012.6</version>
<version>14.16.27024.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/vcredist140</packageSourceUrl>
<owners>chocolatey,jberezanski</owners>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2017</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vcredist2017/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"cfd443fd9465d41:0"|14.16.27012.6
"b9414ab9e8ed41:0"|14.16.27024.1
4 changes: 2 additions & 2 deletions automatic/vcredist2017/vcredist2017.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>vcredist2017</id>
<version>14.16.27012.6</version>
<version>14.16.27024.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/vcredist2017</packageSourceUrl>
<owners>chocolatey,jberezanski</owners>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2017</title>
Expand All @@ -30,7 +30,7 @@
14.11.25325.0: Initial package release for software version 14.11.25325.0.
</releaseNotes>
<dependencies>
<dependency id="vcredist140" version="[14.16.27012.6]" />
<dependency id="vcredist140" version="[14.16.27024.1]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit 05ca60d

Please sign in to comment.