Skip to content

Commit

Permalink
AU: 2 updated - gnucash vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 26, 2022
1 parent c811aeb commit 3a06245
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion automatic/gnucash/gnucash.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"4.8": "4.8",
"4.9": "4.9",
"4.10": "4.10",
"4.11": "4.11"
"4.11": "4.11",
"4.12": "4.12"
}
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>4.11</version>
<version>4.12</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/4.11/>
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.12/>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.11/gnucash-4.11.setup.exe/download>
1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.12/gnucash-4.12.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: 4BB6B616285AE4DDB286595B4270DC1C3E26045BC56D53227D4F6280535C6770
checksum: 3098CBEAB534978493740A8E614EF6CAFA30372F5AD95A35D8B5D26D0BED8876

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-4.11.setup.exe"
file = "$toolsPath\gnucash-4.12.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.0.0581/gvim_9.0.0581_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0581/gvim_9.0.0581_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0590/gvim_9.0.0590_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0590/gvim_9.0.0590_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: 4F3D99D47A72010C1820C160238AC58325F15C3F7E1610CA56DA5D5A259640DD
checksum64: 77FE7A8E69183AC40E4E66A74B9A6D8F036C1D4DA0AB508F738AE7227080957D
checksum32: 0D307CB0B01E8A41636CDB1CFD01DE1327988B7C448961F42CC1121F73DC726E
checksum64: 3EE65E5035C1AFFF97B51087F361F795F41A380F7E92E14826BF738E44DD69B3
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.0.0581_x86.zip"
file64 = "$toolsDir\gvim_9.0.0581_x64.zip"
file = "$toolsDir\gvim_9.0.0590_x86.zip"
file64 = "$toolsDir\gvim_9.0.0590_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.0.0581</version>
<version>9.0.0590</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 3a06245

Please sign in to comment.