Skip to content

Commit

Permalink
AU: 4 updated - autohotkey.portable chromium Opera php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 8, 2022
1 parent 53251bc commit 96dfad0
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"1.1": "1.1.34.03",
"2.0": "2.0-beta3"
"2.0": "2.0-beta4"
}
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.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>autohotkey.portable</id>
<version>1.1.34.03</version>
<version>2.0-beta4</version>
<title>AutoHotkey (Portable)</title>
<owners>chocolatey-community</owners>
<authors>Lexikos</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/autohotkey.portable/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://autohotkey.com/download/1.1//AutoHotkey_1.1.34.03.zip
x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.34.03.zip
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-beta.4.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-beta.4.zip

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: 7F5F0CAB98F8DC120745E3D58B5F70CCC4A66406FDBCA09D59A15B3568F5E3B9
checksum64: 7F5F0CAB98F8DC120745E3D58B5F70CCC4A66406FDBCA09D59A15B3568F5E3B9
checksum32: 27C367E9A1AAD3768486A1DCEA07381AE95ADE93E42315CADC425DDFA5401782
checksum64: 27C367E9A1AAD3768486A1DCEA07381AE95ADE93E42315CADC425DDFA5401782

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.34.03.zip
Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-beta.4.zip

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/26daaddf714135a6fcc730fe250bd1d41a9d3c53/license.txt
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$fileName = 'AutoHotkey_1.1.34.03.zip'
$fileName = 'AutoHotkey_2.0-beta.4.zip'
$toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName
Expand Down
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": "104.0.5108.0-snapshots",
"snapshots": "104.0.5109.0-snapshots",
"stable": "102.0.5005.63"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>104.0.5108.0-snapshots</version>
<version>104.0.5109.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1011649/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1011638/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1011831/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1011831/mini_installer.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: 9906A7D5E6D80B7F84464A71859D555E52BAE650BE5BB35B137C8AAA50ACE666
checksum64: 330DD8B0C52C690FA7F43C0768F1E58C42812F90F8EA355C34B838792BBBBDA0
checksum32: 248FE186620929B91C64066FA5FA12CCA219271BACE9696DA2596947644F4986
checksum64: 27D0511C3FB216B3903C01A3B38659EE13644CD9688213A9360BC937B6E26AF7

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

$version = "104.0.5108.0-snapshots"
$version = "104.0.5109.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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>87.0.4390.45</version>
<version>88.0.4412.27</version>
<title>Opera</title>
<owners>chocolatey-community</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-87/#b4390.45</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-88/#b4412.27</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
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 @@ -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/87.0.4390.45/win/Opera_87.0.4390.45_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/87.0.4390.45/win/Opera_87.0.4390.45_Setup_x64.exe'
checksum = 'ea6288246f5be14d41b8177dcabefda18e5c9d0fd7fc436b9ec6d05086299e60'
checksum64 = '2bf445611d9b43e12cd805b8d8a63b40f28ee3c915f11398e5eb3a8b7c2149c6'
url = 'https://get.geo.opera.com/pub/opera/desktop/88.0.4412.27/win/Opera_88.0.4412.27_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/88.0.4412.27/win/Opera_88.0.4412.27_Setup_x64.exe'
checksum = 'dbf99ffeed97321982f1bd45d2b0efd0fc53cc4f9d8d9e0da6c724b24fc08761'
checksum64 = '2ce52a1fda018c8748a234e77a6a8f64306078b547bb3fadabc50d8f59624394'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '87.0.4390.45'
$version = '88.0.4412.27'
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.1.7-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.7-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.7-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.7-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.20-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.20-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.20-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.20-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): 7A9D75079F1C0B5D5247312D844DFED02486934C732505E3C63A29DA359D95A4
checksum64 (threadsafe): E7E8A7F57EDBB713084F8D0CF7B53B8EDFA4AA126FC8D9C257C4829ED60AE797
checksum32 (non-threadsafe): A98639CFFDB627AAEE300D37A4823D2CBDE92B3AAD25285683A156CCF9965DEF
checksum64 (non-threadsafe): DBD820A5049E364C828BB84AF844852E7399AB11CC10DACC9849DA1213A555BB
checksum32 (threadsafe): B5FA9EF3290FB2A048A426850388FBC27313421D51AE67108A5EFD9BD68CB7A8
checksum64 (threadsafe): B9561F96B33541A72AC3ECA66CF81DD67E212494733CF98044BC84B3E9D46AB1
checksum32 (non-threadsafe): 04D9EFB61EED0EBC2100C67B3011B8083AD8AA86EADCA1C7A79850BBE815CE44
checksum64 (non-threadsafe): 3202B88CE772AD2EC1F23B738AC724AEEB474999A6BB6BF07724D19F1A9EF2EA

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
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"7.2": "7.2.34",
"7.3": "7.3.33",
"7.4": "7.4.30",
"8.0": "8.0.19",
"8.0": "8.0.20",
"8.1": "8.1.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.1.7</version>
<version>8.0.20</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.1.7</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.0.20</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.1.7-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.1.7-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.1.7-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.1.7-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.0.20-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.0.20-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.0.20-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.0.20-nts-Win32-vs16-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down

0 comments on commit 96dfad0

Please sign in to comment.