Skip to content

Commit

Permalink
AU: 4 updated - mp3tag nodejs nodejs.install smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 14, 2023
1 parent b2226a4 commit ad954c0
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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/mp3tagv322dsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv322d-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv322esetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv322e-x64-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
checksum32: A2093459840978D030FD682CD904E5B521C986670C31E3646FC61D3BE915E3CA
checksum64: 488E01B2A296155A31F6E3CC26214BB65102CAFC0999663D7235E1BAF7638816
checksum32: 3EAED458473C43BFE8B7DC6ACF6A1CAF51B0DBD7C3875ED87502814B427FA569
checksum64: DFFC318D9F63F5B34E2EF48C87D68A3CA4BC9D865B35C4064D500624EC69E8C1

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.22.4-beta</version>
<version>3.22.5-beta</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv322dsetup.exe"
file64 = "$toolsPath\mp3tagv322d-x64-setup.exe"
file = "$toolsPath\mp3tagv322esetup.exe"
file64 = "$toolsPath\mp3tagv322e-x64-setup.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 has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v18.18.1/node-v18.18.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v18.18.1/node-v18.18.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v20.8.1/node-v20.8.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v20.8.1/node-v20.8.1-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: 6BE4816DF97A204EA5E4984E439CB5D6A847DA0D37AD8CB62A24DDC80E310376
checksum64: 3AEE7B478867A0EFB75781B6790AB649FFF7BF887F78D9A64F7E80ADF35C305C
checksum32: 4F3DAFFB3124C08A31EBECA0A6B9AA4E4EFFCD5650C1FE1274C61343FB46689C
checksum64: C364CDA2BAB611B08404D5F8C93913B0007B3A19830A27DEE5FF5D466807F5EB

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 @@ -13,7 +13,7 @@
"15": "15.14.0",
"16": "16.20.1",
"17": "17.9.1",
"18": "18.18.1",
"18": "18.18.2",
"19": "19.9.0",
"20": "20.8.0"
"20": "20.8.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>18.18.1</version>
<version>20.8.1</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-v18.18.1-x86.msi"
$filePath64 = "$toolsPath\node-v18.18.1-x64.msi"
$filePath32 = "$toolsPath\node-v20.8.1-x86.msi"
$filePath64 = "$toolsPath\node-v20.8.1-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 @@ -13,7 +13,7 @@
"15": "15.14.0",
"16": "16.20.1",
"17": "17.9.1",
"18": "18.18.1",
"18": "18.18.2",
"19": "19.9.0",
"20": "20.8.0"
"20": "20.8.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>18.18.1</version>
<version>20.8.1</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -30,7 +30,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[18.18.1]" />
<dependency id="nodejs.install" version="[20.8.1]" />
</dependencies>
</metadata>
<files>
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-community</owners>
<version>10.0.3173.0</version>
<version>10.0.3175.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
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = 'a86677531ec9c300fc96b4de7cd6ff9dd6cd5f3bed091bf2089516e78e8e7e37'
checksum64 = '500facc3722eb14758329323ee5dddd10a11759df08a34cef96cf8182368108d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit ad954c0

Please sign in to comment.