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 4, 2017
1 parent b309b68 commit fa82b77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions automatic/InkScape/InkScape.nuspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>InkScape</id>
<version>0.91.0.20161126</version>
<version>0.92.0</version>
<title>Inkscape</title>
<owners>chocolatey</owners>
<authors>Inkscape developers</authors>
<licenseUrl>http://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
<projectUrl>http://inkscape.org/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e4a49519947c3cff55c17a0b08266c56b0613e64/icons/InkScape.svg</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/84a3a84e256daa3255c4a896eefbf8f5589fb842/icons/InkScape.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
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 All @@ -30,7 +30,7 @@ All Inkscape projects may be exported in formats friendly to web browsers or com
[Screenshots](https://inkscape.org/en/about/screenshots/).
</description>
<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>http://wiki.inkscape.org/wiki/index.php/Release_notes/0.91</releaseNotes>
<releaseNotes>http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92</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 All @@ -43,4 +43,4 @@ All Inkscape projects may be exported in formats friendly to web browsers or com
<file src="tools\**" target="tools" />
</files>
</package>
<!-- “UTF-8” test -->
<!-- “UTF-8” test -->
10 changes: 5 additions & 5 deletions automatic/InkScape/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'


$packageArgs = @{
packageName = 'InkScape'
fileType = 'msi'
url = 'https://inkscape.org/en/gallery/item/3950/inkscape-0.91.msi'
url64bit = 'https://inkscape.org/en/gallery/item/3956/inkscape-0.91-x64.msi'
checksum = 'f197b84d59f04f484c6cf07f6bb2a831573d4d9ec5e650aa396e6281b66c99d5'
checksum64 = '0f365282d8a4aec935099ee4038acdabda7fffa6fbdf5fe66969b4de6b25186c'
url = 'https://inkscape.org/gallery/item/10558/Inkscape-0.92.0.msi'
url64bit = 'https://inkscape.org/en/gallery/item/10559/Inkscape-0.92.0-x64.msi'
checksum = '198d4cdb84655ea686c0c0ce59312b476ec75742d6e735adca94dd6454d556e7'
checksum64 = 'cf728ccb31b9f1ba34fe2f76d5a1049b0561a039ee74ed6ba3e00f03f7233d8a'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/passive /norestart'
Expand Down

0 comments on commit fa82b77

Please sign in to comment.