Skip to content

Commit

Permalink
AU: 3 updated - chromium Minikube patch-my-pc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 4, 2023
1 parent 50d0593 commit 6124a57
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 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": "114.0.5692.0-snapshots",
"snapshots": "114.0.5694.0-snapshots",
"stable": "111.0.5563.147"
}
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>114.0.5692.0-snapshots</version>
<version>114.0.5694.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/1125132/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1125132/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1125492/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1125502/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: 07972D315CEC5B4C4CF225C948652FC51665F49C07269EA7072ABF62BC999F4B
checksum64: F5B497BDBC2FC722133CE39C9B61F335F301E3F68F8E88B04B5170D1F99E95DB
checksum32: 26865E5744F6BB24BA84C6F68613EA377968B07E251D6F971C63A5E67026CF46
checksum64: B080C1C760AF447F3D59EA2B09690F55FCA79A89F773D99340C0F3FF53C279A0

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 = "114.0.5692.0-snapshots"
$version = "114.0.5694.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
6 changes: 3 additions & 3 deletions automatic/minikube/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software has been downloaded from the listed Google Cloud Storage download
location on <https://github.com/kubernetes/minikube/releases/tag/v1.29.0>, Distribution section
location on <https://github.com/kubernetes/minikube/releases/tag/v1.30.0>, Distribution section
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/kubernetes/minikube/releases/download/v1.29.0/minikube-windows-amd64.exe>
software: <https://github.com/kubernetes/minikube/releases/download/v1.30.0/minikube-windows-amd64.exe>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: C53785C02C0327E74342E7100DD2FA8A52A689C9FEA7782A9A1491B5D68DBD6A
checksum: 670BCAAE30F1E6B8A8FE3A6B0566A3DF397581DDEFC70BFF1BCF9455C477C0D7

The file 'LICENSE.txt' has been obtained from <https://github.com/kubernetes/minikube/blob/9cf84c2acdd84b98349dce91aac76a933d4ea388/LICENSE>
4 changes: 2 additions & 2 deletions automatic/minikube/minikube.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>Minikube</id>
<version>1.29.0</version>
<version>1.30.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/minikube</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>Minikube: Run Kubernetes locally</title>
Expand Down Expand Up @@ -34,7 +34,7 @@ Minikube supports Kubernetes features such as:
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v1.29.0/CHANGELOG.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/minikube/blob/v1.30.0/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/patch-my-pc.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>patch-my-pc</id>
<version>4.5.0.1</version>
<version>4.5.0.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/patch-my-pc</packageSourceUrl>
<owners>chocolatey-community, Redsandro</owners>
<title>Patch my PC</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'patch-my-pc'
file = "$toolsDir\PatchMyPC.exe"
url = 'https://patchmypc.net/freeupdater/PatchMyPC.exe'
checksum = '41d5c364192ed6a05a5105654d7a2e3d13a6651ae376275223343be5673b1351'
checksum = 'b7f17c4810f6722adc8fe29ad196dc80b14be9e60475faf7a4b7dbae0b21860c'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 6124a57

Please sign in to comment.