SF.net SVN: unattended:[4493] trunk/install/scripts/inkscape.bat
jjp3--- via unattended-cvs <[email protected]> Tue, 01 Jun 2021 18:06:43 +0000
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4493
http://sourceforge.net/p/unattended/code/4493
Author: jjp3
Date: 2021-06-01 18:06:43 +0000 (Tue, 01 Jun 2021)
Log Message:
-----------
Inkscape 1.1
Modified Paths:
--------------
trunk/install/scripts/inkscape.bat
Modified: trunk/install/scripts/inkscape.bat
===================================================================
--- trunk/install/scripts/inkscape.bat 2021-05-17 23:19:25 UTC (rev 4492)
+++ trunk/install/scripts/inkscape.bat 2021-06-01 18:06:43 UTC (rev 4493)
@@ -1,8 +1,7 @@
-:: OPTIONAL: Install Inkscape and Open Clip Art
+:: OPTIONAL: Install Inkscape 1.1
:: HOME: http://www.inkscape.org/
-
-:: URL|All|https://media.inkscape.org/dl/resources/file/inkscape-1.0.2_2021-01-15_e86c870879-x86.msi|packages/inkscape/inkscape-1.0.2-x86.msi
-:: URL|All|https://media.inkscape.org/dl/resources/file/inkscape-1.0.2_2021-01-15_e86c870879-x64.msi|packages/inkscape/inkscape-1.0.2-AMD64.msi
+:: URL|All|https://inkscape.org/gallery/item/26938/inkscape-1.1-x86.msi|packages/inkscape/inkscape-1.1-x86.msi
+:: URL|All|https://inkscape.org/gallery/item/26939/inkscape-1.1-x64.msi|packages/inkscape/inkscape-1.1-AMD64.msi
@Echo off
-todo.pl "msiexec /qb /l* %SystemDrive%\netinst\logs\inkscape.txt /i %Z%\packages\inkscape\inkscape-1.0.2-%PROCESSOR_ARCHITECTURE%.msi"
+todo.pl "msiexec /qb /l* %SystemDrive%\netinst\logs\inkscape.txt /i %Z%\packages\inkscape\inkscape-1.1-%PROCESSOR_ARCHITECTURE%.msi"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.