Skip to content

Commit

Permalink
AU: 4 updated - chromium mp3tag Opera php
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed May 8, 2024
1 parent 4a6c168 commit 4fc4745
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "126.0.6467.0-snapshots",
"stable": "114.0.5735.199"
"stable": "124.0.6367.156"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>126.0.6467.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>124.0.6367.156</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1297921/mini_installer.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v124.0.6367.156-r1274542/mini_installer.sync.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
checksum64: 91ECDF9BF32C182816DF74F2D0A89A4948C2257572E80C5536390FE81AEA965D
checksum64: F45859BA1F74984002A94A1AD1E53BC09F5BF80A7A2DBC29696BD346AA2FDBF9

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '126.0.6467.0-snapshots'
$version = '124.0.6367.156'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1297864/mini_installer.exe'
checksum = '8E4503A40655D1455AEBBEAEFC88A7BD04A871B57F4BD810C8F079C7A5F30E35'
url = 'https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe'
checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
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/mp3tagv325bsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv325b-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv325csetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv325c-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: 7A5CBB1FA5D2A4A045376597B6BE9DABA9F6614008FA0ABAF66DEDD50592B714
checksum64: BDA5C00380735B10676DC8C8BC859CCF00A1E060B90AD059BDB59E2F0F1A4314
checksum32: 78DFDE2CEFCBCD9DEBDBDABFA49B974D207CCC409C363141DA6583E649996851
checksum64: BFDEA23062C9B43B8F8E00949CDD9D8D95573B554AD678FED48CB0D38CDFC223

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.25.2-beta</version>
<version>3.25.3-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\mp3tagv325bsetup.exe"
file64 = "$toolsPath\mp3tagv325b-x64-setup.exe"
file = "$toolsPath\mp3tagv325csetup.exe"
file64 = "$toolsPath\mp3tagv325c-x64-setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>109.0.5097.68</version>
<version>109.0.5097.80</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -28,7 +28,7 @@ For example: `--params '"/NoAutostart /NoDesktopShortcut /NoTaskbarShortcut"'`
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></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-109/#b5097.68</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-109/#b5097.80</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,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/109.0.5097.68/win/Opera_109.0.5097.68_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/109.0.5097.68/win/Opera_109.0.5097.68_Setup_x64.exe'
checksum = 'b3710d07db8df0eb195c9628c2fbbb46766de5971249e17d0f63f313ce38f0b7'
checksum64 = '12f1fc8bea2f061f044874f880adda18144530e210af234a2d2ba63d547aa30f'
url = 'https://get.geo.opera.com/pub/opera/desktop/109.0.5097.80/win/Opera_109.0.5097.80_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/109.0.5097.80/win/Opera_109.0.5097.80_Setup_x64.exe'
checksum = 'd20a19b3ddda3d68f579dc476ea1584e3442a6c829c2648fffd46e560b7c6e33'
checksum64 = 'cbcdbb257b31cb2f7911c1e109dfe25663f7680e5f3928854f9d1ec33b3b8e17'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '109.0.5097.68'
$version = '109.0.5097.80'
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
Original file line number Diff line number Diff line change
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-8.3.6-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.6-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.6-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.6-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.7-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.7-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.7-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.7-nts-Win32-vs16-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): 75ECF7C32E3DA948B85CFFD77EC17FC995C96F6A96D3C197AC6D8889F7B6F4C8
checksum64 (threadsafe): C4785938BCF3BF97AF4A1EFB12CA9ED9ED0BDA84CD9E8F8E50ABEEF4003AF943
checksum32 (non-threadsafe): 836959DE75E3E26945D92C87E1A7A1399E04CA312F0A4943844FE38EAAC8F306
checksum64 (non-threadsafe): D0967A6FF800567BA60BFBB9883086241DC264334CA95107CAD42D8A39FF409B
checksum32 (threadsafe): C754397C86EF2670E2A2A41E50CC23AC728B08867CDF91A749D15CB8BAD4A460
checksum64 (threadsafe): 6460492C571D24C4409208E112CB7A741352E278A8F9A5CD604562EB22929BD9
checksum32 (non-threadsafe): 0503FE94442B0D9694E394BEAC1F37C819BFAFAE947AB0819FEC19705E85401C
checksum64 (non-threadsafe): 280E29A1F1B613F86A7A10861DD3D323370E201954C4C5ECA15A9A14B2117731

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
4 changes: 2 additions & 2 deletions automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"7.4": "7.4.33",
"8.0": "8.0.30",
"8.1": "8.1.28",
"8.2": "8.2.18",
"8.3": "8.3.6"
"8.2": "8.2.19",
"8.3": "8.3.7"
}
4 changes: 2 additions & 2 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>8.3.6</version>
<version>8.3.7</version>
<authors>PHP Authors</authors>
<owners>chocolatey-community, 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 @@ -29,7 +29,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://www.php.net/ChangeLog-8.php#8.3.6</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.3.7</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@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
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

$filesInfo = @{
filets32 = "$toolsPath\php-8.3.6-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.3.6-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.3.6-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.3.6-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.3.7-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.3.7-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.3.7-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.3.7-nts-Win32-vs16-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down

0 comments on commit 4fc4745

Please sign in to comment.