diff --git a/automatic/inkscape/README.md b/automatic/inkscape/README.md index 992e566d61d..e1584ea8f46 100644 --- a/automatic/inkscape/README.md +++ b/automatic/inkscape/README.md @@ -1,4 +1,4 @@ -# [InkScape](https://chocolatey.org/packages/InkScape) +# [InkScape](https://chocolatey.org/packages/InkScape) Inkscape is an open-source vector graphics editor similar to Adobe Illustrator, Corel Draw, Freehand, or Xara X. What sets Inkscape apart is its use of Scalable Vector Graphics (SVG), an open XML-based W3C standard, as the native format. diff --git a/automatic/inkscape/inkscape.nuspec b/automatic/inkscape/inkscape.nuspec index cf79eef959d..98adeab6f1e 100644 --- a/automatic/inkscape/inkscape.nuspec +++ b/automatic/inkscape/inkscape.nuspec @@ -3,13 +3,13 @@ InkScape - 0.92.3.20180702 + 0.92.4 Inkscape chocolatey Inkscape developers https://git.launchpad.net/inkscape/tree/COPYING https://inkscape.org/ - https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/84a3a84e256daa3255c4a896eefbf8f5589fb842/icons/InkScape.svg + https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@84a3a84e256daa3255c4a896eefbf8f5589fb842/icons/InkScape.svg false 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/en/release/0.92.3/#left-column + https://inkscape.org/release/inkscape-0.92.4/#left-column inkscape.org inkscape editor foss cross-platform svg vector-graphics icons graphics export drawing art admin https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/inkscape diff --git a/automatic/inkscape/legal/VERIFICATION.txt b/automatic/inkscape/legal/VERIFICATION.txt index fa71464d225..e8892a1a228 100644 --- a/automatic/inkscape/legal/VERIFICATION.txt +++ b/automatic/inkscape/legal/VERIFICATION.txt @@ -3,19 +3,19 @@ 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: - 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: C64F3DE51FF87E50B24BA82EE3B7275B80A71BA167E000EF9ACCAEB08543DD17 - checksum64: 1D2F4D9EDF221FE9DD1AD75C4A48C8809DD3ADF5AF0FB672F1383088B163516E + checksum32: 025416E64AB2FAEC86BEEB6FAD70291907B3EFADA40E8F6722722C09E47D0DC9 + checksum64: F790E292FB6231D44FD6F6B1A6E54F95612A84FF6EE58C8AA7315C71BA7DB830 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/inkscape/tools/chocolateyInstall.ps1 b/automatic/inkscape/tools/chocolateyInstall.ps1 index 47f9bdde8ff..9c3b15ba3bb 100644 --- a/automatic/inkscape/tools/chocolateyInstall.ps1 +++ b/automatic/inkscape/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\inkscape-0.92.3-x86.msi" - file64 = "$toolsPath\inkscape-0.92.3-x64.msi" + file = "$toolsPath\inkscape-0.92.4-x86.msi" + file64 = "$toolsPath\inkscape-0.92.4-x64.msi" softwareName = 'InkScape*' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0)