Skip to content

Commit

Permalink
AU: 7 updated - chromium freecad GoogleChrome mixxx prey tor-browser vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 7, 2024
1 parent 3c9e1de commit d54317e
Show file tree
Hide file tree
Showing 22 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "129.0.6641.0-snapshots",
"stable": "127.0.6533.89"
"snapshots": "129.0.6642.0-snapshots",
"stable": "127.0.6533.100"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>129.0.6641.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>127.0.6533.100</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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/1337728/mini_installer.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v127.0.6533.100-r1313161/mini_installer.sync.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: 2A4B309BA7B23A41C27A63AD70C21C6A98C24DE4F774912364489621B5EF606F
checksum64: A4D1551DDDDCF0759DD666E58017C06C7AD796941442AE9A6E55F33B385A4507

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 = '129.0.6641.0-snapshots'
$version = '127.0.6533.100'
$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/1337762/mini_installer.exe'
checksum = '1C7346B008219351848BD769D2D71082CC5BBE37B372930D343ADFF5B1CBF960'
url = 'https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe'
checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.21.2.1",
"portable": "0.21.2.1",
"dev": "38419.2024.8.6-dev"
"dev": "38419.2024.8.7-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.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>freecad</id>
<version>38419.2024.8.6-dev</version>
<version>38419.2024.8.7-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
fileType = '7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38419-conda-Windows-x86_64-py311.7z'
softwareName = 'FreeCAD'
checksum64 = '303B427ADDCD6AC304BFD9FC37860C16D572D7C34EABB8AE21E73BE218C24D58'
checksum64 = 'E4717D4C1681FB21251F86210BD6E0543101EABD9272074BD0B36751422BC6BC'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>127.0.6533.89</version>
<version>127.0.6533.100</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '127.0.6533.89'
$version = '127.0.6533.100'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '59dd2ee5b14ab1ad9528fcd33b784f0f6d206638a49ec9aba8e69a2493403bff'
checksum64 = '209b3f89df3bf33156fdd3307d55f24b2d84212e4afc202cbea21bef4a7ce534'
checksum = '3a14564c55cc9077a144d5d3bd92981cf3ed179ddc8dc6ed758102ae4b76e41c'
checksum64 = '9091cba8175b4510304df0e0828dfa31a755dd6de81a3feb1fc1f0710c8f4a7f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-31-gba773d0493-win64.msi
x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-33-ga1134db56e-win64.msi

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'

checksum64: 81985285641BAD4F5531FB7D3038C9ACD3F852F9626F8AA333D0EE658AE1DBC5
checksum64: 4B0580BE4EDDDC761994082D2B79ACA413CB5014132E4D28016F1DB6AC5629C1

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "2.4.1",
"alpha": "2.6-alpha-57",
"beta": "2.5-beta-31"
"beta": "2.5-beta-33"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.5-beta-31</version>
<version>2.5-beta-33</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.5-beta-31-gba773d0493-win64.msi"
file64 = "$toolsPath\mixxx-2.5-beta-33-ga1134db56e-win64.msi"

softwareName = 'Mixxx *'

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.15/prey-windows-1.12.15-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.15/prey-windows-1.12.15-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.16/prey-windows-1.12.16-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.16/prey-windows-1.12.16-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: 964A08E2569BE6D3FD8721CC0F0D720AEB47D038729979154EB173C00B4F9C5E
checksum64: C38D6F8877AFB7913159E8DF956340E3A35C9E8A8BE6DFAB40E8BA59169D1F28
checksum32: 1106D38115C5F353A4900E9E46A0E725070CCC9E305533E449798B76FCBCE80C
checksum64: E06D2B0221CEEDF989E61F497525C044495621D7A6E8F57BD72E85E4243F07E1

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.15"
"1.12": "1.12.16"
}
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.15</version>
<version>1.12.16</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.15</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.12.16</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.15-x86.msi"
file64 = "$toolsPath\prey-windows-1.12.15-x64.msi"
file = "$toolsPath\prey-windows-1.12.16-x86.msi"
file64 = "$toolsPath\prey-windows-1.12.16-x64.msi"
softwareName = 'prey*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down
8 changes: 4 additions & 4 deletions automatic/tor-browser/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ $destinationFolder = GetInstallDirectory -toolsPath $toolsDir
$packageArgs = @{
PackageName = 'tor-browser'
FileType = 'exe'
Url = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.5.1/tor-browser-windows-i686-portable-13.5.1.exe'
Url64 = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.5.1/tor-browser-windows-x86_64-portable-13.5.1.exe'
Checksum = '1ab179eae92033391ad123c025afa092276a9ec39974e7e49f68e8cafb5c0e1d'
Checksum64 = '3a0f30d8705e732957aec95e7fa19dc578a4709a484c8aa5d0ee3a1e686a04dc'
Url = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.5.2/tor-browser-windows-i686-portable-13.5.2.exe'
Url64 = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.5.2/tor-browser-windows-x86_64-portable-13.5.2.exe'
Checksum = '559e96ab98b2d6a6aa63fc7a2e092e7915bc64cbd1eba1a2b7da402b5f227dd8'
Checksum64 = '0c326808cca3c22e43504dd18cde27e25dc7849d8d053fac2fb392f56e15e178'
ChecksumType = 'sha256'
SilentArgs = "/S","/D=$destinationFolder"
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tor-browser/tor-browser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>tor-browser</id>
<version>13.5.1</version>
<version>13.5.2</version>
<title>Tor Browser</title>
<owners>chocolatey-community</owners>
<authors>Tor Project</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0661/gvim_9.1.0661_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0661/gvim_9.1.0661_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0663/gvim_9.1.0663_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0663/gvim_9.1.0663_x64.zip>
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: A1DE7493F1A5E54AE4521E27B5DF96E6C44C31F93D9B2A14862752C81199453C
checksum64: D4E5C0C4BBD1582EF1CBE1D36FD58AA6A3471B589249B7ACDF469842EB98C222
checksum32: 3BDFB47570368159787ADBFA654D791950ADFFE59D3BB21F7B866095A6A12310
checksum64: 0A9F2D92B84B85678BF776E334D904EA9D68A370885D7C7838F547FDD6013A26
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.1.0661_x86.zip"
file64 = "$toolsDir\gvim_9.1.0661_x64.zip"
file = "$toolsDir\gvim_9.1.0663_x86.zip"
file64 = "$toolsDir\gvim_9.1.0663_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.1.0661</version>
<version>9.1.0663</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit d54317e

Please sign in to comment.