Skip to content

Commit

Permalink
AU: 4 updated - FirefoxESR windows10-media-creation-tool youtube-dl z…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 1, 2018
1 parent 31db592 commit 17efdda
Show file tree
Hide file tree
Showing 9 changed files with 198 additions and 198 deletions.
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.3</version>
<version>52.7.4</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.3/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/52.7.4/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.3')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '52.7.4')

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/52.7.3esr/win32/${locale}/Firefox%20Setup%2052.7.3esr.exe"
Url = "https://download-installer.cdn.mozilla.net/pub/firefox/releases/52.7.4esr/win32/${locale}/Firefox%2520Setup%252052.7.4esr.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/52.7.3esr/win64/${locale}/Firefox%20Setup%2052.7.3esr.exe"
$packageArgs.Url64 = "https://download-installer.cdn.mozilla.net/pub/firefox/releases/52.7.4esr/win64/${locale}/Firefox%2520Setup%252052.7.4esr.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>windows10-media-creation-tool</id>
<version>10.0.16299.15</version>
<version>10.0.17134.1</version>
<title>Windows 10 Media Creation Tool</title>
<authors>Microsoft</authors>
<owners>DarwinJS, chocolatey</owners>
Expand All @@ -27,7 +27,7 @@ You can then download and run the media creation tool. For more information on h
<tags>portable windows10 media-creation-tool freeware</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/win10mct</packageSourceUrl>
<dependencies>
<dependency id="win10mct" version="10.0.16299.15" />
<dependency id="win10mct" version="10.0.17134.1" />
</dependencies>
</metadata>
</package>
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.04.25/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2018.05.01/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: 187c332938db97b467a58b6b04f7e275bb477b449aa3d3cbfb3a3c0f5c615fa5b874ae53b2149a660b5e52f176e1d501d434fa814e047b902e6dac6cf9f9bbc1
checksum: e0395fe93601aeaa1e18ee9165bf2c545bf246be377e470f2fff139fa4a20bb979932cafc928262ba23034c0050f4ffe9e42edf1cd20daeb1929a67fa27a4a2d

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.04.25</version>
<version>2018.05.01</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/zotero-standalone/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.zotero.org/download/> (The listed url gets redirected to another one)
and can be verified by doing the following:

1. Download the following <https://download.zotero.org/client/release/5.0.45/Zotero-5.0.45_setup.exe>
1. Download the following <https://download.zotero.org/client/release/5.0.46/Zotero-5.0.46_setup.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: 215A4D7D40870692DF4F652A324AE28C09529DC04A555C0E2928D45D0BA2B5A5
checksum: 6A3235D851BE02396DF60CEA51FF84853F3D7C92FA301C641BFDA8344A8CF2B9

The file 'LICENSE.txt' has been obtained from <https://github.com/zotero/zotero/blob/929288f9811a5026053ae154ca08cc4a9da13c52/COPYING>
2 changes: 1 addition & 1 deletion automatic/zotero-standalone/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Zotero Standalone *'
file = "$toolsPath\Zotero-5.0.45_setup.exe"
file = "$toolsPath\Zotero-5.0.46_setup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/zotero-standalone/zotero-standalone.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>zotero-standalone</id>
<title>Zotero Standalone</title>
<owners>chocolatey</owners>
<version>5.0.45</version>
<version>5.0.46</version>
<authors>Center for History and New Media, et. al.</authors>
<summary>Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. </summary>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/430b7ebac494468d32c2c20e362a01321a483642/icons/zotero-standalone.png</iconUrl>
Expand Down

0 comments on commit 17efdda

Please sign in to comment.