Skip to content

Commit

Permalink
AU: 5 updated - chromium openshift-cli poweriso prey renamemaster
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 26, 2024
1 parent 4ccf24a commit 16c0799
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 27 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": "130.0.6680.0-snapshots",
"snapshots": "130.0.6681.0-snapshots",
"stable": "128.0.6613.85"
}
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>130.0.6680.0-snapshots</version>
<version>130.0.6681.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
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/1346605/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1346746/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
checksum64: CB2931EF2A96D50149A3917FCF4EA6D664BD57C1F5CC3069C32E4BEA39524FC0
checksum64: 8D28457E04B5A9200239262AD3F75874A8C9E3C07201C8FA30DA8BFD2D83951E

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 = '130.0.6680.0-snapshots'
$version = '130.0.6681.0-snapshots'
$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/1346619/mini_installer.exe'
checksum = '3AC12658042FDB9B06F1F28A65D73CF14EB85886DEEA9F44643B19E086692C8C'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1346757/mini_installer.exe'
checksum = 'EB23C669FE595D374EAB2C66AE363CC6B9E6FFF9D16070551B8975B0821C9289'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
6 changes: 3 additions & 3 deletions automatic/openshift-cli/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 have been downloaded from the listed download
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.7>
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.8>
and can be verified by doing the following:

1. Download the following:
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.7/openshift-client-windows-4.16.7.zip>
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.8/openshift-client-windows-4.16.8.zip>

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: 85F1DB1FF0F891A74E64CC19EC059B279F17E5DBF2EE3E253B7F088EF6672BEA
checksum: 2678EED7F689EDD1990BB6D9887B4FD36ED1D0354A1737F1BDC95D270E1EABFB

The file 'LICENSE.txt' has been obtained from <https://github.com/openshift/origin/blob/6366485d06c43fd526899510f02582484da25519/LICENSE>
4 changes: 2 additions & 2 deletions automatic/openshift-cli/openshift-cli.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>openshift-cli</id>
<version>4.16.7</version>
<version>4.16.8</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openshift-cli</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>OpenShift Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -45,7 +45,7 @@ Origin is the upstream community project that powers OpenShift. Built around a c
* Windows support is limited to 64bit systems.
* **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>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.7</releaseNotes>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.8</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/poweriso/poweriso.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>poweriso</id>
<title>PowerISO</title>
<version>8.8</version>
<version>8.9</version>
<authors>Power Software Ltd</authors>
<owners>chocolatey-community,gep13</owners>
<summary>PowerISO is a powerful CD / DVD / BD image file processing tool.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/poweriso/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://www.poweriso.com/PowerISO8.exe'
url64bit = 'https://www.poweriso.com/PowerISO8-x64.exe'
checksum = '306070dde8c4f81fbe1555e80c19e27a42238ca056bc35c9d347f160e749aae2'
checksum64 = '38afa6dace6f58373927adc8596415e6a28d1738bbe8987f1a566fe723d57e21'
checksum = '5ee07c6b84358cf64c2b8de2a409493cbcdccb4ab0e44a9e141b103eab0bd8be'
checksum64 = '2f5795b8b0db6b2d205d3722b91ab2d7f034ff40a9480a869514c0921bc0cee4'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S'
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.18/prey-windows-1.12.18-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.18/prey-windows-1.12.18-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.13.0/prey-windows-1.13.0-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.13.0/prey-windows-1.13.0-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: 97E61EF15AB3C557448C911BE5653350CAC323A4472F0686729B88B8E49D7B83
checksum64: 05C2AE6EF08381D564B3400F866E2EDD66A65E884B6C8759DCD31B0CA3FA45F5
checksum32: DE9E8B0BCCD968B3CB6C122E0718BFB2B9873B7DBA28807B43D9751D4F4A3EC5
checksum64: 6E8BC35C9A6D371CE8238192CA417558870CCACC75D8895EE4218834494E8963

The file 'LICENSE.txt' has been obtained from <https://github.com/prey/prey-node-client/blob/master/license.txt>
3 changes: 2 additions & 1 deletion automatic/prey/prey.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"1.9": "1.9.24",
"1.10": "1.10.10",
"1.11": "1.11.10",
"1.12": "1.12.18"
"1.12": "1.12.18",
"1.13": "1.13.0"
}
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.18</version>
<version>1.13.0</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.18</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.13.0</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.18-x86.msi"
file64 = "$toolsPath\prey-windows-1.12.18-x64.msi"
file = "$toolsPath\prey-windows-1.13.0-x86.msi"
file64 = "$toolsPath\prey-windows-1.13.0-x64.msi"
softwareName = 'prey*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/renamemaster/renamemaster.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>renamemaster</id>
<version>3.19</version>
<version>3.20</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/renamemaster</packageSourceUrl>
<owners>chocolatey-community, Redsandro</owners>
<title>Rename Master</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/renamemaster/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'renamemaster'
fileType = 'zip'
url = 'http://files.snapfiles.com/directdl/rmv319.zip'
checksum = 'efcf1c7a7fa0bba50546dbdbbf7d89216b70bbfbc58aa5a2cf50c193f545de6d'
url = 'http://files.snapfiles.com/directdl/rmv320.zip'
checksum = '8a25b3e8cdc40e955a18e6a8ca36b578ad034e2e6f5a6eb7dfec1c6c61a1bc66'
checksumType = 'sha256'
unzipLocation = $toolsDir
}
Expand Down

0 comments on commit 16c0799

Please sign in to comment.