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 Jun 28, 2021
1 parent 6f0fd67 commit 6639231
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 @@ -16,5 +16,6 @@
"4.2": "4.2",
"4.3": "4.3",
"4.4": "4.4",
"4.5": "4.5"
"4.5": "4.5",
"4.6": "4.6"
}
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.5</version>
<version>4.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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.5/>
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.6/>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.5/gnucash-4.5.setup.exe/download>
1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.6/gnucash-4.6.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: DC0F48CC6A606BF0E7780777DBEF34DC8FD5A0EB8014CE79042CBADA0F171839
checksum: DE0447BE56F3C56194132A89766221DFAC72742C04AA87A84716CDD1FF93CFA7

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.5.setup.exe"
file = "$toolsPath\gnucash-4.6.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/v8.2.3060/gvim_8.2.3060_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3060/gvim_8.2.3060_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3070/gvim_8.2.3070_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3070/gvim_8.2.3070_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: 1EB746A027905F3B6F5C9047BFF6CA5B4CE25A9633A81601A53EA436A42C73B4
checksum64: B6AD37400554560E1569ADF631A226AA3BD11CA60E043B3A05EEAC54C3674252
checksum32: 37C8EE2B8D44FA9F13F44799468340762644BB907315758D2868D9EE06BBB3AE
checksum64: F8DAB339E296FF215D42921D89DF3AA2986921E2ECB40730080FC0B67B9FC64C
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_8.2.3060_x86.zip"
file64 = "$toolsDir\gvim_8.2.3060_x64.zip"
file = "$toolsDir\gvim_8.2.3070_x86.zip"
file64 = "$toolsDir\gvim_8.2.3070_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>8.2.3060</version>
<version>8.2.3070</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</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 6639231

Please sign in to comment.