Skip to content

Commit

Permalink
AU: 4 updated - mp3tag Opera php webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 8, 2020
1 parent ec20dad commit 272bf29
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions automatic/mp3tag/legal/VERIFICATION.txt
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/mp3tagv301asetup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv301bsetup.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: 141AC237FF9713DDE25C1E9B60143073198C45B23D5A478BF62B3C9C532B661E
checksum32: D4C47637C6087A2A40DB2B3E284833F0323C9CD858E4BAC59B2A03ECA13828FA

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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mp3tag</id>
<version>3.01.1-beta</version>
<version>3.01.2-beta</version>
<title>Mp3tag</title>
<owners>chocolatey</owners>
<authors>Florian Heidenreich</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mp3tag/tools/ChocolateyInstall.ps1
Expand Up @@ -24,7 +24,7 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv301asetup.exe"
file = "$toolsPath\mp3tagv301bsetup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>69.0.3686.49</version>
<version>69.0.3686.57</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-69/#b3686.49</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-69/#b3686.57</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/69.0.3686.49/win/Opera_69.0.3686.49_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/69.0.3686.49/win/Opera_69.0.3686.49_Setup_x64.exe'
checksum = '13ef69e545b5f65a49450d50281439a2b33baf1245e272f180204a8d0105b30e'
checksum64 = 'd979dab2641bf6007a0e893354b064f1fd70dcc0dfb57167395a8ef94f7eddbb'
url = 'https://get.geo.opera.com/pub/opera/desktop/69.0.3686.57/win/Opera_69.0.3686.57_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/69.0.3686.57/win/Opera_69.0.3686.57_Setup_x64.exe'
checksum = '1a513674cedc13f160778c17a0cdf2cb855ec03f15b3f134db250da9edebb1a4'
checksum64 = 'aad1af58e30bfb03dffbe6922508a22f12efe53ab3088e21a182748153de16c8'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '69.0.3686.49'
$version = '69.0.3686.57'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
Expand Up @@ -7,19 +7,19 @@ location on <http://windows.php.net/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.8-Win32-vc15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.4.8-Win32-vc15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.8-nts-Win32-vc15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.4.8-nts-Win32-vc15-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.2.32-Win32-VC15-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-7.2.32-Win32-VC15-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.2.32-nts-Win32-VC15-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-7.2.32-nts-Win32-VC15-x64.zip>
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:
checksum32 (threadsafe): B08714CF60B68CAE6CB4D5C246D8D8654DCCB82550B49984804395BE9CB2DA6E
checksum64 (threadsafe): E992A4FDA898ED2DDA9B84B86B3C02E3F3644DAEBF817BC74609583FFE79BDCE
checksum32 (non-threadsafe): 6BA16CA62AE7736FA92E1B5FE7217136D982B803AECC78267C5465E78172A8EC
checksum64 (non-threadsafe): AFEBD27D04C8DEF369E014C70AB70B8E6FF9677F46ADBA7C16E732FF0582E3DC
checksum32 (threadsafe): 412EE141E222D785B146788167BFCFC2B69F77C0CDE3C34D5CF2C5D0EB78BCB9
checksum64 (threadsafe): 9571CEAA71320A073CB2BB54758C447C307B04A4E7A0745D65A15F425A799700
checksum32 (non-threadsafe): FF4F2DD30C76D835D190E34B33D12B8C976A1FFF55C210D0F743C9420B8D6EBD
checksum64 (non-threadsafe): 70B1F6CB4A75A0351EC0FF008A213B600ABF9FDEDD022925F24808B9C3F05D58

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
2 changes: 1 addition & 1 deletion automatic/php/php.json
Expand Up @@ -2,7 +2,7 @@
"7.1": "7.1.33",
"7.0": "7.0.33",
"5.6": "5.6.40",
"7.2": "7.2.31",
"7.2": "7.2.32",
"7.3": "7.3.20",
"7.4": "7.4.8"
}
4 changes: 2 additions & 2 deletions automatic/php/php.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>7.4.8</version>
<version>7.2.32</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 @@ -26,7 +26,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir
<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.4.8</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.2.32</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/php/tools/chocolateyInstall.ps1
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

$filesInfo = @{
filets32 = "$toolsPath\php-7.4.8-Win32-vc15-x86.zip"
filets64 = "$toolsPath\php-7.4.8-Win32-vc15-x64.zip"
filents32 = "$toolsPath\php-7.4.8-nts-Win32-vc15-x86.zip"
filents64 = "$toolsPath\php-7.4.8-nts-Win32-vc15-x64.zip"
filets32 = "$toolsPath\php-7.2.32-Win32-VC15-x86.zip"
filets64 = "$toolsPath\php-7.2.32-Win32-VC15-x64.zip"
filents32 = "$toolsPath\php-7.2.32-nts-Win32-VC15-x86.zip"
filents64 = "$toolsPath\php-7.2.32-nts-Win32-VC15-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2020.1.2.exe'
checksum = 'b7b7eb8982f3fe5d385710707d7710e910efb7a87924485009373024589819ba'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2020.1.3.exe'
checksum = '5734f271c41ad5044c3d4fd4e6e8944e47bf3af7a750a1540afeda33d45d7b5c'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webstorm</id>
<version>2020.1.2</version>
<version>2020.1.3</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit 272bf29

Please sign in to comment.