SF.net SVN: unattended:[4445] trunk/install/scripts/inkscape.bat
jjp3--- via unattended-cvs <[email protected]> Sat, 12 Sep 2020 08:26:57 +0000
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4445
http://sourceforge.net/p/unattended/code/4445
Author: jjp3
Date: 2020-09-12 08:26:57 +0000 (Sat, 12 Sep 2020)
Log Message:
-----------
Inkscape 1.0.1
Modified Paths:
--------------
trunk/install/scripts/inkscape.bat
Modified: trunk/install/scripts/inkscape.bat
===================================================================
--- trunk/install/scripts/inkscape.bat 2020-09-07 14:39:05 UTC (rev 4444)
+++ trunk/install/scripts/inkscape.bat 2020-09-12 08:26:57 UTC (rev 4445)
@@ -1,9 +1,8 @@
:: OPTIONAL: Install Inkscape and Open Clip Art
:: HOME: http://www.inkscape.org/
-
-:: URL|All|https://media.inkscape.org/dl/resources/file/inkscape-1.0-x86.msi|packages/inkscape/inkscape-1.0-x86.msi
-:: URL|All|https://media.inkscape.org/dl/resources/file/inkscape-1.0-x64.msi|packages/inkscape/inkscape-1.0-AMD64.msi
+:: URL|All|https://media.inkscape.org/dl/resources/file/inkscape-1.0.1-x86.msi|packages/inkscape/inkscape-1.0.1-x86.msi
+:: URL|All|https://media.inkscape.org/dl/resources/file/inkscape-1.0.1-x64.msi|packages/inkscape/inkscape-1.0.1-AMD64.msi
@Echo off
-todo.pl "msiexec /qb /l* %SystemDrive%\netinst\logs\inkscape.txt /i %Z%\packages\inkscape\inkscape-1.0-%PROCESSOR_ARCHITECTURE%.msi"
+todo.pl "msiexec /qb /l* %SystemDrive%\netinst\logs\inkscape.txt /i %Z%\packages\inkscape\inkscape-1.0.1-%PROCESSOR_ARCHITECTURE%.msi"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.