Skip to content

Commit

Permalink
AU: 1 updated - InkScape
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 20, 2023
1 parent 9acd806 commit edd82d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion 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.2.2</version>
<version>1.2.2.20230220</version>
<title>Inkscape</title>
<owners>chocolatey-community</owners>
<authors>Inkscape developers</authors>
Expand Down Expand Up @@ -33,6 +33,9 @@ All Inkscape projects may be exported in formats friendly to web browsers or com
* File formats: SVG, PNG, OpenDocument Drawing, DXF, sk1, PDF, EPS and PostScript export formats and more
* Command line options for export and conversions
## Notes
* **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<docsUrl>https://inkscape.org/en/learn/</docsUrl>
<mailingListUrl>https://inkscape.org/en/community/mailing-lists/</mailingListUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/inkscape/legal/VERIFICATION.txt
Expand Up @@ -7,13 +7,13 @@ location on <https://inkscape.org/release/inkscape-1.2.2/windows>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://inkscape.org/gallery/item/37366/inkscape-1.2.2_2022-12-01_b0a8486541-x64.msi>
64-Bit software: <https://inkscape.org/gallery/item/37366/inkscape-1.2.2_2022-12-09_732a01da63-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: E9DF7540C0E2644DCBC2F14A98017E4A886ACB8313D5C8068E0E7950F5F2CB42
checksum64: 73D6A8F6B24D2AD1DAA800951F37822384B2AD4EFD4810090E24667D8011B9FD

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl-2.0.txt>
6 changes: 3 additions & 3 deletions automatic/inkscape/tools/chocolateyInstall.ps1
Expand Up @@ -5,10 +5,10 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://inkscape.org/gallery/item/37365/inkscape-1.2.2_2022-12-01_b0a8486541-x86.msi'
checksum = '8FE306B950D7EDC2C412FA4F110E5972CE2C839DE6CF4CA58EF88240B648737C'
url = 'https://inkscape.org/gallery/item/37365/inkscape-1.2.2_2022-12-09_732a01da63-x86.msi'
checksum = '5CD4A9C448246BA56DD7EB846FB9484D5188D13A8DB913D07DC1844A8C2C1436'
checksumType = 'sha256'
file64 = "$toolsPath\inkscape-1.2.2_2022-12-01_b0a8486541-x64.msi"
file64 = "$toolsPath\inkscape-1.2.2_2022-12-09_732a01da63-x64.msi"
softwareName = 'InkScape*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit edd82d6

Please sign in to comment.