Skip to content

Commit

Permalink
AU: 5 updated - 1password Ghostscript Ghostscript.app gnucash InkScape
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 27, 2021
1 parent 508b9da commit 1d277e6
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 31 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
@@ -1,4 +1,4 @@
{
"OPW": "7.7.819-BETA",
"OPW": "7.7.819",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>1password</id>
<version>7.7.819-BETA</version>
<version>7.7.819</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/1password/tools/chocolateyInstall.ps1
Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions automatic/ghostscript.app/ghostscript.app.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Ghostscript.app</id>
<version>9.54.0</version>
<version>9.55.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/ghostscript.app</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Ghostscript (Install)</title>
Expand All @@ -14,7 +14,7 @@
<licenseUrl>http://www.gnu.org/licenses/agpl-3.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>http://git.ghostscript.com/?p=ghostpdl.git;a=summary</projectSourceUrl>
<docsUrl>http://www.ghostscript.com/doc/9.54.0/Readme.htm</docsUrl>
<docsUrl>http://www.ghostscript.com/doc/9.55.0/Readme.htm</docsUrl>
<bugTrackerUrl>https://bugs.ghostscript.com/</bugTrackerUrl>
<tags>ghostscript.app ghostscript postscript admin foss cross-platform</tags>
<summary>an interpreter for the PostScript language and for PDF.</summary>
Expand All @@ -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.
]]></description>
<releaseNotes>https://ghostscript.com/doc/9.54.0/History9.htm</releaseNotes>
<releaseNotes>https://ghostscript.com/doc/9.55.0/History9.htm</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/ghostscript.app/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://ghostscript.com/download/gsdnld.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9540/gs9540w32.exe>
64-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9540/gs9540w64.exe>
32-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9550/gs9550w32.exe>
64-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9550/gs9550w64.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
checksum32: 4554F2B9FF7464DB1D6A124AAC4D4C014B4BD6153ADF571DE79742F9F7B9FB8A
checksum64: 55C5E6DCF467F05C0184FEE2333186EFB5EF12779095625345C8EA9862306B6E
checksum32: DCB590BACB9628D71515B71E64500177BD7670D6BF61006E8D36775EA5AEF8A1
checksum64: 77F8C660FDBDE42929C7D07AF0FAF9015FA11DDF5A13F5F0CAF9C6F23B28211B

The file 'LICENSE.txt' has been obtained from <http://git.ghostscript.com/?p=ghostpdl.git;a=blob_plain;f=LICENSE;h=572496a331cefa0933a9e997374f5e7dde3b95c8;hb=HEAD>
4 changes: 2 additions & 2 deletions automatic/ghostscript.app/tools/ChocolateyInstall.ps1
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions automatic/ghostscript/ghostscript.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Ghostscript</id>
<version>9.54.0</version>
<version>9.55.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/ghostscript</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Ghostscript</title>
Expand All @@ -14,7 +14,7 @@
<licenseUrl>http://www.gnu.org/licenses/agpl-3.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>http://git.ghostscript.com/?p=ghostpdl.git;a=summary</projectSourceUrl>
<docsUrl>http://www.ghostscript.com/doc/9.54.0/Readme.htm</docsUrl>
<docsUrl>http://www.ghostscript.com/doc/9.55.0/Readme.htm</docsUrl>
<bugTrackerUrl>https://bugs.ghostscript.com/</bugTrackerUrl>
<tags>ghostscript.app ghostscript postscript admin foss cross-platform</tags>
<summary>an interpreter for the PostScript language and for PDF.</summary>
Expand All @@ -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
]]></description>
<releaseNotes>https://ghostscript.com/doc/9.54.0/History9.htm</releaseNotes>
<releaseNotes>https://ghostscript.com/doc/9.55.0/History9.htm</releaseNotes>
<dependencies>
<dependency id="ghostscript.app" version="[9.54.0]" />
<dependency id="ghostscript.app" version="[9.55.0]" />
</dependencies>
</metadata>
<files>
Expand Down
3 changes: 2 additions & 1 deletion automatic/gnucash/gnucash.json
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion automatic/gnucash/gnucash.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gnucash</id>
<version>4.6</version>
<version>4.7</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
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.6/>
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.7/>
and can be verified by doing the following:

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

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
Expand Up @@ -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*'

Expand Down
4 changes: 2 additions & 2 deletions automatic/inkscape/inkscape.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>InkScape</id>
<version>1.1</version>
<version>1.1.1</version>
<title>Inkscape</title>
<owners>chocolatey-community</owners>
<authors>Inkscape developers</authors>
Expand Down Expand Up @@ -38,7 +38,7 @@ All Inkscape projects may be exported in formats friendly to web browsers or com
<mailingListUrl>https://inkscape.org/en/community/mailing-lists/</mailingListUrl>
<bugTrackerUrl>https://bugs.launchpad.net/inkscape</bugTrackerUrl>
<summary>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.</summary>
<releaseNotes>https://inkscape.org/release/inkscape-1.1/#left-column</releaseNotes>
<releaseNotes>https://inkscape.org/release/inkscape-1.1.1/#left-column</releaseNotes>
<copyright>inkscape.org</copyright>
<tags>inkscape editor foss cross-platform svg vector-graphics icons graphics export drawing art admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/inkscape</packageSourceUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/inkscape/legal/VERIFICATION.txt
Expand Up @@ -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 <https://inkscape.org/release/inkscape-1.1/windows>
location on <https://inkscape.org/release/inkscape-1.1.1/windows>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://inkscape.org/gallery/item/26939/inkscape-1.1-x64.msi>
64-Bit software: <https://inkscape.org/gallery/item/29350/inkscape-1.1.1_2021-09-20_3bf5ae0d25-x64.msi>
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 <http://www.gnu.org/licenses/gpl-2.0.txt>
8 changes: 4 additions & 4 deletions automatic/inkscape/tools/chocolateyInstall.ps1
Expand Up @@ -5,18 +5,18 @@ $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)
}

[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
}
Expand Down

0 comments on commit 1d277e6

Please sign in to comment.