SF.net SVN: unattended:[4415] trunk/install/scripts/inkscape.bat
jjp3--- via unattended-cvs <[email protected]> Sat, 09 May 2020 00:36:20 +0000
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4415
http://sourceforge.net/p/unattended/code/4415
Author: jjp3
Date: 2020-05-09 00:36:20 +0000 (Sat, 09 May 2020)
Log Message:
-----------
After 18yrs Inkscape release 1.0
Modified Paths:
--------------
trunk/install/scripts/inkscape.bat
Modified: trunk/install/scripts/inkscape.bat
===================================================================
--- trunk/install/scripts/inkscape.bat 2020-04-30 14:47:46 UTC (rev 4414)
+++ trunk/install/scripts/inkscape.bat 2020-05-09 00:36:20 UTC (rev 4415)
@@ -1,8 +1,9 @@
:: OPTIONAL: Install Inkscape and Open Clip Art
:: HOME: http://www.inkscape.org/
-:: URL|All|https://media.inkscape.org/dl/resources/file/inkscape-0.92.5-x86.msi|packages/inkscape/inkscape-0.92.5-x86.msi
-:: URL|All|https://media.inkscape.org/dl/resources/file/inkscape-0.92.5-x64.msi|packages/inkscape/inkscape-0.92.5-AMD64.msi
+
+:: 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
@Echo off
-todo.pl "msiexec /qb /l* %SystemDrive%\netinst\logs\inkscape.txt /i %Z%\packages\inkscape\inkscape-0.92.5-%PROCESSOR_ARCHITECTURE%.msi"
+todo.pl "msiexec /qb /l* %SystemDrive%\netinst\logs\inkscape.txt /i %Z%\packages\inkscape\inkscape-1.0-%PROCESSOR_ARCHITECTURE%.msi"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.