SF.net SVN: unattended:[4672] trunk/install/scripts/g imp.bat
jjp3--- via unattended-cvs <[email protected]> Sat, 27 Jul 2024 06:59:47 +0000
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4672
http://sourceforge.net/p/unattended/code/4672
Author: jjp3
Date: 2024-07-27 06:59:46 +0000 (Sat, 27 Jul 2024)
Log Message:
-----------
GIMP (2.10.38)
Modified Paths:
--------------
trunk/install/scripts/gimp.bat
Modified: trunk/install/scripts/gimp.bat
===================================================================
--- trunk/install/scripts/gimp.bat 2024-07-22 14:59:28 UTC (rev 4671)
+++ trunk/install/scripts/gimp.bat 2024-07-27 06:59:46 UTC (rev 4672)
@@ -1,6 +1,6 @@
-::OPTIONAL: Install GIMP (2.10.36)
+::OPTIONAL: Install GIMP (2.10.38)
::HOME: http://download.gimp.org/pub/gimp/
-::URL|ALL|https://download.gimp.org/pub/gimp/v2.10/windows/gimp-2.10.36-setup.exe|packages/gimp/gimp-2.10.36-x86-setup.exe
+::URL|ALL|https://download.gimp.org/pub/gimp/v2.10/windows/gimp-2.10.38-setup.exe|packages/gimp/gimp-2.10.38-x86-setup.exe
::URL|ALL|https://download.gimp.org/pub/gimp/v2.10/windows/gimp-2.10.0-x64-setup.exe|packages/gimp/gimp-2.10.0-amd64-setup.exe
@echo off
@@ -8,4 +8,4 @@
todo.pl "shortcut.pl \"%ProgramFiles%\GIMP 2\bin\gimp-2.10.exe\" special:AllUsersDesktop\Gimp2"
:: Run the installers. Avoid amd64 for now.
-todo.pl "start /wait %Z%\packages\gimp\gimp-2.10.36-x86-setup.exe SP- /SILENT /NORESTART /ALLUSERS"
+todo.pl "start /wait %Z%\packages\gimp\gimp-2.10.38-x86-setup.exe SP- /SILENT /NORESTART /ALLUSERS"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.