Skip to content

Commit

Permalink
AU: 11 updated - 1password filezilla Firefox mp3tag nodejs nodejs.ins…
Browse files Browse the repository at this point in the history
…tall tor-browser tribler virtualbox win10mct windows10-media-creation-tool

[skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f
  • Loading branch information
Chocolatey Community committed Oct 20, 2020
1 parent f02c3e0 commit 94efd06
Show file tree
Hide file tree
Showing 29 changed files with 280 additions and 278 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.6.785",
"OPW": "7.6.787-BETA",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.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>1password</id>
<version>7.6.785</version>
<version>7.6.787-BETA</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.785.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.787-BETA.exe'
softwareName = '1Password*'
checksum = '289c73f6f5c0e9e722a76766bb2bcf494b0915529fe9795ce54094fe8cf75aac'
checksum = '8e0cd1055f548d96f67e1500bc27f7f46049344310a9f390752d4468e946f507'
checksumType = 'sha256'
silentArgs = "--silent"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/filezilla/filezilla.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.50.0</version>
<version>3.51.0</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filezilla/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.50.0_win32-setup.exe?h=N5SaeZ3rb_f19KnChD81Ng&x=1598555356
x64: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.50.0_win64-setup.exe?h=asxUxlFiLS7jqNBEU-IDgg&x=1598555356
x32: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.51.0_win32-setup.exe?h=aOfixoUgdBm5zL62xKO21A&x=1603220958
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.51.0_win64-setup.exe?h=4m7E2_V3jxOXWYKCT-ABgw&x=1603220958

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 3F57E96410B0C12061D96A118C71000E2C9C0EAA9AF2CB695EB2E7A009F3BDA4
checksum64: 0A56BD46B84394BDA98F7FA3A3E38C358BEC39D10D79E6F29096134B90C38497
checksum32: 4E671C5ADCB5D8BAD626A1EA94EED5DCD30F31B1ACADD1CAA2BE229D85F0E4FA
checksum64: 4F6D6F01250DFF0CFA79DC39D2C5ADEABDCF80E596FD8B69FE8EB32EE24C9699

Using AU:

Expand Down
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "81.0.2",
"esr": "78.3.1"
"latest": "82.0",
"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>81.0.2</version>
<version>82.0</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/81.0.2/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/82.0/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 '81.0.2')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '82.0')

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-81.0.2-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-82.0-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-81.0.2-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-82.0-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://community.mp3tag.de/t/mp3tag-development-build-status/455>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.mp3tag.de/mp3tagv303asetup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv303bsetup.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
checksum32: E19FDD2414740C3EB2574CDF808AD4A4C36CDCFDE23CBCA50A14B6DF83504CDC
checksum32: 6B131301951E1E0A6412AB32CAF6734292C57253B684CE323D0D5EBB9C56C857

The file 'LICENSE.txt' has been obtained from <http://help.mp3tag.de/misc_license.html>
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.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>mp3tag</id>
<version>3.03.1-beta</version>
<version>3.03.2-beta</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv303asetup.exe"
file = "$toolsPath\mp3tagv303bsetup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
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/v14.14.0/node-v14.14.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.14.0/node-v14.14.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v15.0.0/node-v15.0.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v15.0.0/node-v15.0.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: 4BD6DB3058F21F3E10F171A97321F535E78A29646418FB468F4AA0E32348651E
checksum64: 326ACAB228B970A9DD21DD9F5B2D61E0A9BE8A01452EC6DE5B3450D380E20B3D
checksum32: 8CD6357E5D5937429D39F55F8A37140433958BFC3219A52739C5111F8C5C4144
checksum64: 58D9F5BB9BA5E7D03B097D712E174ABC54DD9FE7B0829000FACEEE9A13CEBD78

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
3 changes: 2 additions & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.14.0"
"14": "14.14.0",
"15": "15.0.0"
}
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>14.14.0</version>
<version>15.0.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-v14.14.0-x86.msi"
$filePath64 = "$toolsPath\node-v14.14.0-x64.msi"
$filePath32 = "$toolsPath\node-v15.0.0-x86.msi"
$filePath64 = "$toolsPath\node-v15.0.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
3 changes: 2 additions & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.14.0"
"14": "14.14.0",
"15": "15.0.0"
}
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>14.14.0</version>
<version>15.0.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="[14.14.0]" />
<dependency id="nodejs.install" version="[15.0.0]" />
</dependencies>
</metadata>
<files>
Expand Down
Loading

0 comments on commit 94efd06

Please sign in to comment.