From 1d277e692167fe3aaf80f10ab83cb24c2970a59c Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 27 Sep 2021 18:13:23 +0000 Subject: [PATCH] AU: 5 updated - 1password Ghostscript Ghostscript.app gnucash InkScape [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/83d8ea02c8131c31e249ff4644331abd73f8cde6 --- automatic/1password/1password.json | 2 +- automatic/1password/1password.nuspec | 2 +- automatic/1password/tools/chocolateyInstall.ps1 | 2 +- automatic/ghostscript.app/ghostscript.app.nuspec | 6 +++--- automatic/ghostscript.app/legal/VERIFICATION.txt | 8 ++++---- automatic/ghostscript.app/tools/ChocolateyInstall.ps1 | 4 ++-- automatic/ghostscript/ghostscript.nuspec | 8 ++++---- automatic/gnucash/gnucash.json | 3 ++- automatic/gnucash/gnucash.nuspec | 2 +- automatic/gnucash/legal/VERIFICATION.txt | 6 +++--- automatic/gnucash/tools/chocolateyInstall.ps1 | 2 +- automatic/inkscape/inkscape.nuspec | 4 ++-- automatic/inkscape/legal/VERIFICATION.txt | 6 +++--- automatic/inkscape/tools/chocolateyInstall.ps1 | 8 ++++---- 14 files changed, 32 insertions(+), 31 deletions(-) diff --git a/automatic/1password/1password.json b/automatic/1password/1password.json index 5180a28bd0d..da6479a017f 100644 --- a/automatic/1password/1password.json +++ b/automatic/1password/1password.json @@ -1,4 +1,4 @@ { - "OPW": "7.7.819-BETA", + "OPW": "7.7.819", "OPW4": "4.6.2.626" } diff --git a/automatic/1password/1password.nuspec b/automatic/1password/1password.nuspec index 2b1b8f2e45e..adeddce08fb 100644 --- a/automatic/1password/1password.nuspec +++ b/automatic/1password/1password.nuspec @@ -3,7 +3,7 @@ 1password - 7.7.819-BETA + 7.7.819 1Password AgileBits chocolatey-community, AgileBits diff --git a/automatic/1password/tools/chocolateyInstall.ps1 b/automatic/1password/tools/chocolateyInstall.ps1 index df0c559864c..14f091cee0a 100644 --- a/automatic/1password/tools/chocolateyInstall.ps1 +++ b/automatic/1password/tools/chocolateyInstall.ps1 @@ -3,7 +3,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.819-BETA.exe' + url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.7.819.exe' softwareName = '1Password*' checksum = '40c280c45acf017ef585360b93ba88ba2c885dfddb83d72b5bb1958babf82adb' checksumType = 'sha256' diff --git a/automatic/ghostscript.app/ghostscript.app.nuspec b/automatic/ghostscript.app/ghostscript.app.nuspec index 8e1ca5ec69a..68ff9ee3568 100644 --- a/automatic/ghostscript.app/ghostscript.app.nuspec +++ b/automatic/ghostscript.app/ghostscript.app.nuspec @@ -3,7 +3,7 @@ Ghostscript.app - 9.54.0 + 9.55.0 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/ghostscript.app chocolatey-community Ghostscript (Install) @@ -14,7 +14,7 @@ http://www.gnu.org/licenses/agpl-3.0.html false http://git.ghostscript.com/?p=ghostpdl.git;a=summary - http://www.ghostscript.com/doc/9.54.0/Readme.htm + http://www.ghostscript.com/doc/9.55.0/Readme.htm https://bugs.ghostscript.com/ ghostscript.app ghostscript postscript admin foss cross-platform an interpreter for the PostScript language and for PDF. @@ -31,7 +31,7 @@ Ghostscript has been under active development for over 20 years, and offers an e * A set of C procedures (the Ghostscript library) that implement the graphics and filtering (data compression / decompression / conversion) capabilities that appear as primitive operations in the PostScript language and in PDF. ]]> - https://ghostscript.com/doc/9.54.0/History9.htm + https://ghostscript.com/doc/9.55.0/History9.htm diff --git a/automatic/ghostscript.app/legal/VERIFICATION.txt b/automatic/ghostscript.app/legal/VERIFICATION.txt index 8c430a440d0..d945ef7ecdc 100644 --- a/automatic/ghostscript.app/legal/VERIFICATION.txt +++ b/automatic/ghostscript.app/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: 4554F2B9FF7464DB1D6A124AAC4D4C014B4BD6153ADF571DE79742F9F7B9FB8A - checksum64: 55C5E6DCF467F05C0184FEE2333186EFB5EF12779095625345C8EA9862306B6E + checksum32: DCB590BACB9628D71515B71E64500177BD7670D6BF61006E8D36775EA5AEF8A1 + checksum64: 77F8C660FDBDE42929C7D07AF0FAF9015FA11DDF5A13F5F0CAF9C6F23B28211B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 b/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 index a64d80cbca8..3ac0aaec9af 100644 --- a/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 +++ b/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 @@ -2,8 +2,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$filePath32 = "$toolsPath\gs9540w32.exe" -$filePath64 = "$toolsPath\gs9540w64.exe" +$filePath32 = "$toolsPath\gs9550w32.exe" +$filePath64 = "$toolsPath\gs9550w64.exe" $filePath = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne $true) { Write-Host "Installing 64 bit version" ; $filePath64 diff --git a/automatic/ghostscript/ghostscript.nuspec b/automatic/ghostscript/ghostscript.nuspec index f45d389eba4..3ef686e48ec 100644 --- a/automatic/ghostscript/ghostscript.nuspec +++ b/automatic/ghostscript/ghostscript.nuspec @@ -3,7 +3,7 @@ Ghostscript - 9.54.0 + 9.55.0 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/ghostscript chocolatey-community Ghostscript @@ -14,7 +14,7 @@ http://www.gnu.org/licenses/agpl-3.0.html false http://git.ghostscript.com/?p=ghostpdl.git;a=summary - http://www.ghostscript.com/doc/9.54.0/Readme.htm + http://www.ghostscript.com/doc/9.55.0/Readme.htm https://bugs.ghostscript.com/ ghostscript.app ghostscript postscript admin foss cross-platform an interpreter for the PostScript language and for PDF. @@ -27,9 +27,9 @@ * A set of C procedures (the Ghostscript library) that implement the graphics and filtering (data compression / decompression / conversion) capabilities that appear as primitive operations in the PostScript language and in PDF ]]> - https://ghostscript.com/doc/9.54.0/History9.htm + https://ghostscript.com/doc/9.55.0/History9.htm - + diff --git a/automatic/gnucash/gnucash.json b/automatic/gnucash/gnucash.json index a675ae6fa27..1378257ba0e 100644 --- a/automatic/gnucash/gnucash.json +++ b/automatic/gnucash/gnucash.json @@ -17,5 +17,6 @@ "4.3": "4.3", "4.4": "4.4", "4.5": "4.5", - "4.6": "4.6" + "4.6": "4.6", + "4.7": "4.7" } diff --git a/automatic/gnucash/gnucash.nuspec b/automatic/gnucash/gnucash.nuspec index 21ce344b93d..4b7123a79f8 100644 --- a/automatic/gnucash/gnucash.nuspec +++ b/automatic/gnucash/gnucash.nuspec @@ -3,7 +3,7 @@ gnucash - 4.6 + 4.7 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gnucash chocolatey-community GnuCash diff --git a/automatic/gnucash/legal/VERIFICATION.txt b/automatic/gnucash/legal/VERIFICATION.txt index 9be42c86a1e..8bc17406a29 100644 --- a/automatic/gnucash/legal/VERIFICATION.txt +++ b/automatic/gnucash/legal/VERIFICATION.txt @@ -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 +location on and can be verified by doing the following: -1. Download the following +1. Download the following 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: DE0447BE56F3C56194132A89766221DFAC72742C04AA87A84716CDD1FF93CFA7 + checksum: 8BE9E11F77E1CB56B48D59FA007A2C11E3865231F16DF6F27DE50EB6035BB64A The file 'LICENSE.txt' has been obtained from diff --git a/automatic/gnucash/tools/chocolateyInstall.ps1 b/automatic/gnucash/tools/chocolateyInstall.ps1 index 5b9c9d4092b..a24bd58a72a 100644 --- a/automatic/gnucash/tools/chocolateyInstall.ps1 +++ b/automatic/gnucash/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\gnucash-4.6.setup.exe" + file = "$toolsPath\gnucash-4.7.setup.exe" softwareName = 'GnuCash*' diff --git a/automatic/inkscape/inkscape.nuspec b/automatic/inkscape/inkscape.nuspec index fa3567a9dc3..9c4da0eaba6 100644 --- a/automatic/inkscape/inkscape.nuspec +++ b/automatic/inkscape/inkscape.nuspec @@ -3,7 +3,7 @@ InkScape - 1.1 + 1.1.1 Inkscape chocolatey-community Inkscape developers @@ -38,7 +38,7 @@ All Inkscape projects may be exported in formats friendly to web browsers or com https://inkscape.org/en/community/mailing-lists/ https://bugs.launchpad.net/inkscape An Open Source vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector Graphics (SVG) file format. - https://inkscape.org/release/inkscape-1.1/#left-column + https://inkscape.org/release/inkscape-1.1.1/#left-column inkscape.org inkscape editor foss cross-platform svg vector-graphics icons graphics export drawing art admin https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/inkscape diff --git a/automatic/inkscape/legal/VERIFICATION.txt b/automatic/inkscape/legal/VERIFICATION.txt index 8ce5fe099a1..1b2d9b7ae75 100644 --- a/automatic/inkscape/legal/VERIFICATION.txt +++ b/automatic/inkscape/legal/VERIFICATION.txt @@ -3,17 +3,17 @@ 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 +location on and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 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: 56D60C447E4758ADA94CBF7A4F1CF827B6B4E7064E1EE0C2084FC92F65C16BDF + checksum64: 60260F865F1A0CA9E538CF24A7999276281B130810C792DCE131F73DF4914CBC The file 'LICENSE.txt' has been obtained from diff --git a/automatic/inkscape/tools/chocolateyInstall.ps1 b/automatic/inkscape/tools/chocolateyInstall.ps1 index c2cd60efd27..cdf2cac6200 100644 --- a/automatic/inkscape/tools/chocolateyInstall.ps1 +++ b/automatic/inkscape/tools/chocolateyInstall.ps1 @@ -5,10 +5,10 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - url = 'https://inkscape.org/gallery/item/26938/inkscape-1.1-x86.msi' - checksum = '1D02A124E39F906BB6BAB7A7867967E12ECF1A8493A3718D3090392E54811AB9' + url = 'https://inkscape.org/gallery/item/29346/inkscape-1.1.1_2021-09-20_3bf5ae0d25-x86.msi' + checksum = 'A0CD0295CD94961684C3F29DD6185116E8FD04876B60D43220AD467E5BB173F3' checksumType = 'sha256' - file64 = "$toolsPath\inkscape-1.1-x64.msi" + file64 = "$toolsPath\inkscape-1.1.1_2021-09-20_3bf5ae0d25-x64.msi" softwareName = 'InkScape*' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0) @@ -16,7 +16,7 @@ $packageArgs = @{ [array]$key = Get-UninstallRegistrykey $packageArgs['softwareName'] if ($key.Count -eq 1) { - if ($key[0].DisplayVersion -eq '1.1') { + if ($key[0].DisplayVersion -eq '1.1.1') { Write-Host "Software already installed" return }