Skip to content

Commit

Permalink
AU: 5 updated - mp3tag php prey vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 30, 2024
1 parent 33cd2ff commit 9646dc0
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 37 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/mp3tagv326esetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv326e-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv326fsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv326f-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: E881A5A2F8339583F330A14E53CAA924D1631271B117E043EA717F0451E9500A
checksum64: 5D4B0AE74F54835E7647C13AEDEDCCCFE33BD8E4BC079583BEFA5C8F0EE1554C
checksum32: A466FF4E1A3D67EFF07769D90F3145DEDCB93D688C9C19D63CA4C7DBCAF3C969
checksum64: 75357941EB3B1694161B387481CC9D6AD78BB65CF6C3568B0E9648EFE2AF4CA0

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.26.5-beta</version>
<version>3.26.6-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\mp3tagv326esetup.exe"
file64 = "$toolsPath\mp3tagv326e-x64-setup.exe"
file = "$toolsPath\mp3tagv326fsetup.exe"
file64 = "$toolsPath\mp3tagv326f-x64-setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
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.9-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.9-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.9-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.9-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.10-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.3.10-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.10-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.3.10-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): 5878B9EB50314B28FD088E6C4CC6FBBE204F6C2EFBD4172DD2A254780EE4B858
checksum64 (threadsafe): 9204EBC69ECE85909D9F45B2186A112224DD7B11E3075164A18675483CF5EC38
checksum32 (non-threadsafe): BE5C2F6F25BDE970390B944F9C2790059D52268D156759B6546630F7C927781C
checksum64 (non-threadsafe): ABA28C021A0BCFB418FCEFC543B5A82B6A6CC344F0B294F2418DA8FE0C686A0E
checksum32 (threadsafe): CF68EF7127306095588595A6C2B8F2EAB1E69DB8C85D472ABBA95BBB6859ABE7
checksum64 (threadsafe): 92AC126EAD07BC1FB14832D83BB9020144399D0F33EA1CC537B1C8C5C8C61A00
checksum32 (non-threadsafe): FCEC89C709FA6EA5825D9EB68BCACF08434F82447BC26B45A174D8AC879D5EB8
checksum64 (non-threadsafe): D82703970E42CB91BFE8F46F7FEB1345E3C7D055BDAD1E1A80594096A009FB9C

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.29",
"8.2": "8.2.21",
"8.3": "8.3.9"
"8.2": "8.2.22",
"8.3": "8.3.10"
}
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.9</version>
<version>8.3.10</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.9</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.3.10</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.9-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.3.9-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.3.9-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.3.9-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.3.10-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.3.10-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.3.10-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.3.10-nts-Win32-vs16-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
8 changes: 4 additions & 4 deletions automatic/prey/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.11/prey-windows-1.12.11-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.11/prey-windows-1.12.11-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.12/prey-windows-1.12.12-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.12/prey-windows-1.12.12-x64.msi>
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: 922D594A9BCED63537D860469B129B022E1BBA4BC3ABA5F9EEAD79821DE998D0
checksum64: 078A291A1C7C12DA2DE87552C0B815EABB178197FC0216501AE812E51DFBA9D6
checksum32: 6CC62D237DA24CDC3581955BC7937C95F3E3C9C02F57AF5D669C97909B3C587A
checksum64: DC23A6AADC172D08822444D8719373A39E10556F9836CC91897B93D6DF327535

The file 'LICENSE.txt' has been obtained from <https://github.com/prey/prey-node-client/blob/master/license.txt>
2 changes: 1 addition & 1 deletion automatic/prey/prey.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"1.9": "1.9.24",
"1.10": "1.10.10",
"1.11": "1.11.10",
"1.12": "1.12.11"
"1.12": "1.12.12"
}
4 changes: 2 additions & 2 deletions automatic/prey/prey.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>prey</id>
<version>1.12.11</version>
<version>1.12.12</version>
<title>Prey</title>
<owners>chocolatey-community</owners>
<authors>Fork Ltd</authors>
Expand All @@ -21,7 +21,7 @@ Prey lets you keep track of your laptop, phone and tablet whenever stolen or mis
- You may need to run `C:\Windows\Prey\current\bin\prey config gui -f` after installation to configure Prey.
]]></description>
<summary>Prey is a lightweight application to track a laptop or mobile if it gets stolen or missing.</summary>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.12.11</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.12.12</releaseNotes>
<tags>prey anti-theft lockdown tracking admin foss cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/prey</packageSourceUrl>
<projectSourceUrl>https://github.com/prey/prey-node-client</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/prey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\prey-windows-1.12.11-x86.msi"
file64 = "$toolsPath\prey-windows-1.12.11-x64.msi"
file = "$toolsPath\prey-windows-1.12.12-x86.msi"
file64 = "$toolsPath\prey-windows-1.12.12-x64.msi"
softwareName = 'prey*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/73c35330d03213d41829d35415cc7cb1df455689/VSCodeSetup-x64-1.92.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/52b2f67e96b4e757e8ff8e1e009dfffd70da91f5/VSCodeSetup-x64-1.92.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '73f4d96722a40121df988328ed70edfc591928ca595b99dbfcf2d9d6157259c565ac8dc7fd7537cd8d5f617e48e15d85dd07754cb0b5828676c91848716ba516'
checksum64 = '80ab62e9ab46cc8790e6ec8541e03a3812d22d48d79d7b9de05481854d416152c5dd8198647f2bc513d76eea7e3594102ecb93df30a75cd631bc19f4021aa609'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.92.0.20240729</version>
<version>1.92.0.20240730</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.92.0.20240729</version>
<version>1.92.0.20240730</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.92.0.20240729]" />
<dependency id="vscode-insiders.install" version="[1.92.0.20240730]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 9646dc0

Please sign in to comment.