Skip to content

Commit

Permalink
AU: 3 updated - chromium gnucash vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 30, 2024
1 parent 79da03e commit 469a99e
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 20 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": "131.0.6747.0-snapshots",
"snapshots": "131.0.6748.0-snapshots",
"stable": "129.0.6668.71"
}
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>131.0.6747.0-snapshots</version>
<version>131.0.6748.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/1361576/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1361618/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: 8B9BD4AA432421AE10DED09E6CA8D6492E817AFD9BE8EE1A961F52F8EF936D73
checksum64: 2F971C74E85D21D818454A1DE6DB92D2DCA9087A17BEEB2F8F3F3FEF82656431

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 = '131.0.6747.0-snapshots'
$version = '131.0.6748.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/1361576/mini_installer.exe'
checksum = '4C62E2FAD51F4AA51FB62C74F21F7108E6E709475E2C185DED67EE743010E5F8'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1361617/mini_installer.exe'
checksum = '4CE0F28F6B5C452D53DE7EDCD2F4B6786E0E5B75E2E4CAA8E8234EF9D374419A'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
3 changes: 2 additions & 1 deletion automatic/gnucash/gnucash.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
"5.5": "5.5",
"5.6": "5.6",
"5.7": "5.7",
"5.8": "5.8"
"5.8": "5.8",
"5.9": "5.9"
}
2 changes: 1 addition & 1 deletion automatic/gnucash/gnucash.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>gnucash</id>
<version>5.8</version>
<version>5.9</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gnucash</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>GnuCash</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/gnucash/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ 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://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.8/>
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.9/>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.8/gnucash-5.8.setup.exe/download>
1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.9/gnucash-5.9.setup.exe/download>
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
checksum: A8FDEAB6EA49DFB78FA5F6B638005B3E392A8D87C1ED6BC9B0F56EBB48EAA48F
checksum: 18882E68D445C32B7F06C58A55B6B81480CEF4FDF6E159E8D628040357479B86

The file 'LICENSE.txt' has been obtained from <https://github.com/Gnucash/gnucash/blob/7a0f0d57c809a2177d015ad4a961e2b1d34dfee6/LICENSE>
2 changes: 1 addition & 1 deletion automatic/gnucash/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\gnucash-5.8.setup.exe"
file = "$toolsPath\gnucash-5.9.setup.exe"

softwareName = 'GnuCash*'

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.0744/gvim_9.1.0744_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0744/gvim_9.1.0744_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0748/gvim_9.1.0748_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0748/gvim_9.1.0748_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: A9F36875C0A9967E3C68398D18204710F6E57A0A0C98120E4AF3C4B45EC044AF
checksum64: 4E5E4F4921041791412A4DED781DE716494E0662FC6FE82866B7B8AAF0A59E14
checksum32: BD679295CAAAA5595E18D3F7281007B3707AE0A7CF9D78700769DD1DF5BB9C6D
checksum64: 2CA14325CEC6096120C8E7108EC429AD6A493F9463784A1AFE1433106367E53E
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.0744_x86.zip"
file64 = "$toolsDir\gvim_9.1.0744_x64.zip"
file = "$toolsDir\gvim_9.1.0748_x86.zip"
file64 = "$toolsDir\gvim_9.1.0748_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.0744</version>
<version>9.1.0748</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 469a99e

Please sign in to comment.