Skip to content

Commit

Permalink
AU: 4 updated - apache-httpd FirefoxESR smartftp youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 14, 2018
1 parent 120c94f commit bbbda84
Show file tree
Hide file tree
Showing 10 changed files with 202 additions and 202 deletions.
2 changes: 1 addition & 1 deletion automatic/apache-httpd/apache-httpd.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>apache-httpd</id>
<version>2.4.29</version>
<version>2.4.32</version>
<title>Apache HTTP Server Project</title>
<authors>Apache Software Foundation</authors>
<owners>chocolatey</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/apache-httpd/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 their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.29-o102m-x86-vc14.zip>
64-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.29-o102m-x64-vc14.zip>
32-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.32-o102n-x86-vc14.zip>
64-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.32-o102n-x64-vc14.zip>
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: 155B68E9BA058521E5895A47CA114149BD47B16D4288113F9619B18140837FB9
checksum64: 50A81B5F6D8A5FB125F28F7FB052E8CFFD4860F57A60CDEA77FCDE63AB1E8C95
checksum32: 6F6707362F300A1F0DAF2A4E279AE1B577E1D31F5A93AC77DF98811A98736951
checksum64: 35AA77FA290FFD85E56EFA476C0697E842AC657669C3988509AF10E88FAC2463

File 'LICENSE.txt' is obtained from <https://www.apache.org/licenses/LICENSE-2.0.txt>
4 changes: 2 additions & 2 deletions automatic/apache-httpd/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $pp = Get-PackageParameters

$arguments = @{
packageName = $env:chocolateyPackageName
file = "$toolsDir\httpd-2.4.29-o102m-x86-vc14.zip"
file64 = "$toolsDir\httpd-2.4.29-o102m-x64-vc14.zip"
file = "$toolsDir\httpd-2.4.32-o102n-x86-vc14.zip"
file64 = "$toolsDir\httpd-2.4.32-o102n-x64-vc14.zip"
destination = if ($pp.installLocation) { $pp.installLocation } else { $env:APPDATA }
port = if ($pp.Port) { $pp.Port } else { 8080 }
serviceName = if ($pp.serviceName) { $pp.serviceName } else { 'Apache' }
Expand Down
4 changes: 2 additions & 2 deletions automatic/firefoxesr/firefoxesr.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>52.7.0</version>
<version>52.7.1</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/organizations/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down Expand Up @@ -35,7 +35,7 @@ To get a list of all available locales have a look at this file: https://release
]]></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/52.7.0/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/52.7.1/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/firefoxesr</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
368 changes: 184 additions & 184 deletions automatic/firefoxesr/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefoxesr/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 = 'FirefoxESR'
$softwareName = 'Mozilla Firefox*ESR'

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '52.7.0')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '52.7.1')

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

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download-installer.cdn.mozilla.net/pub/firefox/releases/52.7.0esr/win32/${locale}/Firefox%20Setup%2052.7.0esr.exe"
Url = "https://download-installer.cdn.mozilla.net/pub/firefox/releases/52.7.1esr/win32/${locale}/Firefox%20Setup%2052.7.1esr.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -42,7 +42,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/52.7.0esr/win64/${locale}/Firefox%20Setup%2052.7.0esr.exe"
$packageArgs.Url64 = "https://download-installer.cdn.mozilla.net/pub/firefox/releases/52.7.1esr/win64/${locale}/Firefox%20Setup%2052.7.1esr.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2559.0</version>
<version>9.0.2560.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
Original file line number Diff line number Diff line change
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 = 'ce17519723f8c8d81a57b8fda67c909b0f21a294afd11eba25c2f2bb6b2eb6ab'
checksum64 = 'f6a3b746e90db57f1156a23f4af661b5e8999fe72b0fc740e07d500654790881'
checksum = '728a55125d027114e895e11104685058a94c66895ca0ec7b7464f3f2af4fe3d3'
checksum64 = '8081e6079be9f0a47178d50eac4fe07d716fb88dffa6e97002ae6cdecbbd06a6'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
4 changes: 2 additions & 2 deletions automatic/youtube-dl/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://github.com/rg3/youtube-dl/releases/latest>
and can be verified like this:

1. Download <https://github.com/rg3/youtube-dl/releases/download/2018.03.10/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2018.03.14/youtube-dl.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: sha512
checksum: 475c7a013c1c0182cd44e17818cd7ecc4d828cd4576b5f9e70b3b58db4ec77b01d74c2ec890c350edc8a359f40d6a034f93fe80e0366b89e37add19932513e54
checksum: f711c033639688607bcab6b7f521063cf70ac880a2c861cf6695c259a1ad99795ef051316781077b407eb776d3642fcf42e8fbbe858213c402df971e2e2e02ed

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>youtube-dl</id>
<version>2018.03.10</version>
<version>2018.03.14</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit bbbda84

Please sign in to comment.