Skip to content

Commit 4b66dfc

Browse files
author
Chocolatey-AU
committed
AU: 9 updated - 1password 1password8 chromium php python python3 python313 thunderbird vim
[skip ci]
1 parent 1b07664 commit 4b66dfc

31 files changed

Lines changed: 210 additions & 314 deletions

automatic/1password/1password.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"OPW4": "4.6.2.62601",
33
"OPW7": "7.9.836",
4-
"OPW8": "8.12.8"
4+
"OPW8": "8.12.10"
55
}

automatic/1password/1password.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>1password</id>
6-
<version>8.12.8</version>
6+
<version>8.12.10</version>
77
<title>1Password</title>
88
<authors>AgileBits</authors>
99
<owners>chocolatey-community, AgileBits</owners>
@@ -27,7 +27,7 @@
2727
<tags>1password utility trial cross-platform password keystore keys</tags>
2828
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/1password</packageSourceUrl>
2929
<dependencies>
30-
<dependency id="1password8" version="[8.12.8]" />
30+
<dependency id="1password8" version="[8.12.10]" />
3131
</dependencies>
3232
</metadata>
3333
<files />

automatic/1password8/1password8.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>1password8</id>
6-
<version>8.12.8</version>
6+
<version>8.12.10</version>
77
<title>1Password</title>
88
<authors>AgileBits</authors>
99
<owners>chocolatey-community</owners>

automatic/1password8/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
$packageArgs = @{
44
packageName = $env:ChocolateyPackageName
55
fileType = 'msi'
6-
url = 'https://downloads.1password.com/win/1PasswordSetup-8.12.8.msi'
6+
url = 'https://downloads.1password.com/win/1PasswordSetup-8.12.10.msi'
77
softwareName = '1Password*'
8-
checksum = 'a68c728e35d50236abe415edcdf4d0a8299ba61019f110396ba45395928ab7f8'
8+
checksum = 'fc036ea97efad01df048e7503d21e33e7521c6c39174478ae2122a03d1c6afcd'
99
checksumType = 'sha256'
1010
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
1111
validExitCodes = @(0, 1641, 3010)

automatic/chromium/chromium.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"snapshots": "148.0.7776.0-snapshots",
2+
"snapshots": "149.0.7779.0-snapshots",
33
"stable": "146.0.7680.178"
44
}

automatic/chromium/chromium.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<metadata>
55
<id>chromium</id>
6-
<version>148.0.7776.0-snapshots</version>
6+
<version>149.0.7779.0-snapshots</version>
77
<title>Chromium Snapshots</title>
88
<owners>chocolatey-community</owners>
99
<authors>The Chromium Authors</authors>

automatic/chromium/legal/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
77
and can be verified by doing the following:
88

99
1. Download the following:
10-
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1610214/mini_installer.exe>
10+
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1610976/mini_installer.exe>
1111
2. Get the checksum using one of the following methods:
1212
- Using powershell function 'Get-FileHash'
1313
- Use chocolatey utility 'checksum.exe'
1414
3. The checksums should match the following:
1515

1616
checksum type: sha256
17-
checksum64: 32B3CBFA23348FE4B760A29ADD80F39AE9CD7A6F4E494A792BD00EBB1515E0AA
17+
checksum64: 95259F8E8C45A6DB94DB7C28C1DBE9EECBD0BB417870BCDF5DA6B3000D603792
1818

1919
The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>

automatic/chromium/tools/chocolateyInstall.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
33
. (Join-Path $toolsDir 'helper.ps1')
44

5-
$version = '148.0.7776.0-snapshots'
5+
$version = '149.0.7779.0-snapshots'
66
$hive = "hkcu"
77
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
88
$Chromium = $hive + ":" + $chromium_string
@@ -15,8 +15,8 @@ if (Test-Path $Chromium) {
1515

1616
$packageArgs = @{
1717
packageName = 'chromium'
18-
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1610219/mini_installer.exe'
19-
checksum = '3BE48EECE8727F743364EC4F72B59A23878399518B6DBEC09E38904F45BCECA2'
18+
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1610979/mini_installer.exe'
19+
checksum = 'EBC58AEB0C5E5BA39CCADEEAC57D22B6481C04762170880A39D53CC26EBF6888'
2020
checksumType = 'sha256'
2121
file64 = "$toolsdir\chromium_x64.exe"
2222
fileType = 'exe'

automatic/php/legal/VERIFICATION.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ location on <https://downloads.php.net/~windows/releases/>
77
and can be verified by doing the following:
88

99
1. Download the following:
10-
32-Bit software (threadsafe): <https://downloads.php.net/~windows/releases/php-8.5.4-Win32-vs17-x86.zip>
11-
64-Bit software (threadsafe): <https://downloads.php.net/~windows/releases/php-8.5.4-Win32-vs17-x64.zip>
12-
32-Bit software (non-threadsafe): <https://downloads.php.net/~windows/releases/php-8.5.4-nts-Win32-vs17-x86.zip>
13-
64-Bit software (non-threadsafe): <https://downloads.php.net/~windows/releases/php-8.5.4-nts-Win32-vs17-x64.zip>
10+
32-Bit software (threadsafe): <https://downloads.php.net/~windows/releases/php-8.5.5-Win32-vs17-x86.zip>
11+
64-Bit software (threadsafe): <https://downloads.php.net/~windows/releases/php-8.5.5-Win32-vs17-x64.zip>
12+
32-Bit software (non-threadsafe): <https://downloads.php.net/~windows/releases/php-8.5.5-nts-Win32-vs17-x86.zip>
13+
64-Bit software (non-threadsafe): <https://downloads.php.net/~windows/releases/php-8.5.5-nts-Win32-vs17-x64.zip>
1414
2. Get the checksum using one of the following methods:
1515
- Using powershell function 'Get-FileHash'
1616
- Use chocolatey utility 'checksum.exe'
1717
3. The checksums should match the following:
1818

1919
checksum type:
20-
checksum32 (threadsafe): 760557D90E12BDB8FD67DDF43F318EFB10082C4624CA0E6345FA86974BBDF444
21-
checksum64 (threadsafe): 4FDF52526A892AAA9C99A4F32AD4B4E18C400134B4A414941F97121A0925D8A3
22-
checksum32 (non-threadsafe): BF22AA14ACCDFD92AB701A9E22C0A0300E515D1A0F936C652CB2EFCF29FF4D65
23-
checksum64 (non-threadsafe): 42AC025DBCBD0692D8CF873590653534C5E6B96FEDC0A51ADB9DB6D8A95A977A
20+
checksum32 (threadsafe): A3C0C41887D4B1E92FADCCB8EAC3DBE5888AFD9B5DE1CBAA7EC18AFD1515A30A
21+
checksum64 (threadsafe): B4099A15CD3FC797D007282FFF793EBBD65127CB2A9CAF5C7EB9254C30B95098
22+
checksum32 (non-threadsafe): ABC9F14BC0771FCB62F4C379ABEBE0FB43A399F5E45AA258B01AE291EB6D2CB1
23+
checksum64 (non-threadsafe): 107F64F689EEC2A0966B4D8A42F0E34E8DFA04C5097C9548E35FB951CBA0A464
2424

2525
The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>

automatic/php/php.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"8.2": "8.2.30",
1111
"8.3": "8.3.30",
1212
"8.4": "8.4.19",
13-
"8.5": "8.5.4"
13+
"8.5": "8.5.5"
1414
}

0 commit comments

Comments
 (0)