Skip to content

Commit

Permalink
AU: 1 updated - InkScape
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 18, 2019
1 parent bd1a726 commit 23050b9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/inkscape/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/84a3a84e256daa3255c4a896eefbf8f5589fb842/icons/InkScape.svg" width="48" height="48"/> [InkScape](https://chocolatey.org/packages/InkScape)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@84a3a84e256daa3255c4a896eefbf8f5589fb842/icons/InkScape.svg" width="48" height="48"/> [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.
Expand Down
6 changes: 3 additions & 3 deletions automatic/inkscape/inkscape.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>InkScape</id>
<version>0.92.3.20180702</version>
<version>0.92.4</version>
<title>Inkscape</title>
<owners>chocolatey</owners>
<authors>Inkscape developers</authors>
<licenseUrl>https://git.launchpad.net/inkscape/tree/COPYING</licenseUrl>
<projectUrl>https://inkscape.org/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/84a3a84e256daa3255c4a896eefbf8f5589fb842/icons/InkScape.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@84a3a84e256daa3255c4a896eefbf8f5589fb842/icons/InkScape.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[
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/en/release/0.92.3/#left-column</releaseNotes>
<releaseNotes>https://inkscape.org/release/inkscape-0.92.4/#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/chocolatey-coreteampackages/tree/master/automatic/inkscape</packageSourceUrl>
Expand Down
10 changes: 5 additions & 5 deletions automatic/inkscape/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://inkscape.org/en/release/0.92.3/windows>
location on <https://inkscape.org/release/inkscape-0.92.4/windows>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://inkscape.org/en/gallery/item/12193/inkscape-0.92.3-x86.msi>
64-Bit software: <https://inkscape.org/en/gallery/item/12190/inkscape-0.92.3-x64.msi>
32-Bit software: <https://inkscape.org/gallery/item/13322/inkscape-0.92.4-x86.msi>
64-Bit software: <https://inkscape.org/gallery/item/13321/inkscape-0.92.4-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
checksum32: C64F3DE51FF87E50B24BA82EE3B7275B80A71BA167E000EF9ACCAEB08543DD17
checksum64: 1D2F4D9EDF221FE9DD1AD75C4A48C8809DD3ADF5AF0FB672F1383088B163516E
checksum32: 025416E64AB2FAEC86BEEB6FAD70291907B3EFADA40E8F6722722C09E47D0DC9
checksum64: F790E292FB6231D44FD6F6B1A6E54F95612A84FF6EE58C8AA7315C71BA7DB830

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl-2.0.txt>
4 changes: 2 additions & 2 deletions automatic/inkscape/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 23050b9

Please sign in to comment.