Skip to content

Commit

Permalink
AU: 3 updated - chromium freecad vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 6, 2024
1 parent 702c4a0 commit 1f714cd
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 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": "128.0.6578.0-snapshots",
"snapshots": "128.0.6579.0-snapshots",
"stable": "126.0.6478.127"
}
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>128.0.6578.0-snapshots</version>
<version>128.0.6579.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/1323611/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1323791/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: 7C791197E649515D291DA619675FEB8609AF108F0F20ED55B61F700FB8C87D7C
checksum64: 11BEE4E4185389E229243A13D31188440F864325BB2E02B3EEBDFFD38B8E7C72

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 = '128.0.6578.0-snapshots'
$version = '128.0.6579.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/1323595/mini_installer.exe'
checksum = '41E15828D053517513ECBBA589999D07832DB939E71483B5ED30BF99E9D630A2'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1323799/mini_installer.exe'
checksum = '91C16CF0D47ABF9A17C8B83707B9C3A1B8D26C473DE1AB3E83B40D49F0E2EABC'
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": "38001.2024.7.2-dev"
"dev": "38001.2024.7.5-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>38001.2024.7.2-dev</version>
<version>38001.2024.7.5-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-38001-conda-Windows-x86_64-py311.7z'
softwareName = 'FreeCAD'
checksum64 = '79BA2102A9733BBAC47011C2350520F713B0FEB09DAE7BC874885D6F0692B1B3'
checksum64 = 'D4E0D6DB7EC100C93B19BB5977089492BCD3AA7C8E7AB93185A7BC86C50E0B9B'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
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.0516/gvim_9.1.0516_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0516/gvim_9.1.0516_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0532/gvim_9.1.0532_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0532/gvim_9.1.0532_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: 36292C99CB320C2D24B4F47DEA082728D3EE07AD9E1396B208342238FD0D8411
checksum64: EC0B152FF9D074E0C2BB3698CC3A7B9F755E75C82179706D52798F34285E5A82
checksum32: 81793E834ABB75E64579C52924A7EB9C6A8A892B1E23752B7E2BD418B486A95E
checksum64: 44C0972B1A9E444E85259450D818E8B64040DCCCF71A38BADA7294350B2DEA11
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.0516_x86.zip"
file64 = "$toolsDir\gvim_9.1.0516_x64.zip"
file = "$toolsDir\gvim_9.1.0532_x86.zip"
file64 = "$toolsDir\gvim_9.1.0532_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.0516</version>
<version>9.1.0532</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 1f714cd

Please sign in to comment.