[Scummvm-git-logs] scummvm-web master -> d5eebe8888c9397cf06a1ed58c526bd4adfdbea4
criezy
criezy at scummvm.org
Tue Mar 31 19:55:49 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
d5eebe8888 WEB: Add separate section for 2.1.2 release downloads
Commit: d5eebe8888c9397cf06a1ed58c526bd4adfdbea4
https://github.com/scummvm/scummvm-web/commit/d5eebe8888c9397cf06a1ed58c526bd4adfdbea4
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-03-31T20:54:24+01:00
Commit Message:
WEB: Add separate section for 2.1.2 release downloads
Changed paths:
data/downloads.xml
lang/i18n/lang.en.json
diff --git a/data/downloads.xml b/data/downloads.xml
index 72d3b525..e9b2b411 100644
--- a/data/downloads.xml
+++ b/data/downloads.xml
@@ -4,6 +4,32 @@
<title>
{#downloadsXMLTitle#} <h:span style="color: rgb(170, 170, 170);">{'/\x7brelease\x7d/'|preg_replace:$release:#downloadsXMLVersion#}</h:span>
</title>
+ <subsection>
+ <title>{'/\x7brelease\x7d/'|preg_replace:"2.1.2":#downloadsBinaries#}</title>
+ <baseurl>/frs/scummvm/2.1.2/</baseurl>
+ <notes>
+ {#downloadsBinariesNote212Maintenance#}
+ </notes>
+ <entries>
+ <file>
+ <category_icon>windows</category_icon>
+ <url>scummvm-2.1.2-win32.exe</url>
+ <name>Windows Installer (32 and 64 bit)</name>
+ <user_agent>Windows</user_agent>
+ </file>
+ <file>
+ <category_icon>macos</category_icon>
+ <url>scummvm-2.1.2-macosx.dmg</url>
+ <name>macOS 10.7+ 64 bits with Sparkle Disk Image</name>
+ <user_agent>Mac</user_agent>
+ </file>
+ <file>
+ <category_icon>macosppc</category_icon>
+ <url>scummvm-2.1.2-macosx-ppc.dmg</url>
+ <name>Mac OS X 10.4+ PPC 32 bits (without Sparkle) Disk Image</name>
+ </file>
+ </entries>
+ </subsection>
<subsection>
<title>{'/\x7brelease\x7d/'|preg_replace:$release:#downloadsBinaries#}</title>
<anchor>stable</anchor>
@@ -13,12 +39,14 @@
<h:br/>{'/\x7brelease_debian\x7d/'|preg_replace:$release_debian:#downloadsBinariesNote3#}<h:br/><h:br/>
</notes>
<entries>
+<!-->
<file>
<category_icon>windows</category_icon>
<url>scummvm-2.1.2-win32.exe</url>
<name>Windows Installer (32 and 64 bit)</name>
<user_agent>Windows</user_agent>
</file>
+-->
<file>
<category_icon>windows</category_icon>
<url>scummvm-{$release}a-win32-x86_64.zip</url>
@@ -128,26 +156,26 @@
<url>scummvm-{$release}_slack-x86_64-1.txz</url>
<name>SlackWare x86 64bit package</name>
</file>
--->
+
<file>
<category_icon>macos</category_icon>
<url>scummvm-2.1.2-macosx.dmg</url>
<name>macOS 10.7+ 64 bits with Sparkle Disk Image</name>
<user_agent>Mac</user_agent>
</file>
-
+-->
<file>
<category_icon>macostiger</category_icon>
<url>scummvm-{$release}-macosx-i386.dmg</url>
<name>Mac OS X 10.5+ intel 32 bits (without Sparkle) Disk Image</name>
</file>
-
+<!--
<file>
<category_icon>macosppc</category_icon>
<url>scummvm-2.1.2-macosx-ppc.dmg</url>
<name>Mac OS X 10.4+ PPC 32 bits (without Sparkle) Disk Image</name>
</file>
-<!--
+
<file>
<category_icon>ps2</category_icon>
<url>scummvm-{$release}-ps2.zip</url>
diff --git a/lang/i18n/lang.en.json b/lang/i18n/lang.en.json
index 5732435d..94bee903 100644
--- a/lang/i18n/lang.en.json
+++ b/lang/i18n/lang.en.json
@@ -77,6 +77,7 @@
"downloadsXMLTitle": "Downloads for ScummVM",
"downloadsXMLVersion": "version {release}",
"downloadsBinaries": "{release} Release binaries",
+ "downloadsBinariesNote212Maintenance": "This is a maintenance release for Windows and macOS only.",
"downloadsBinariesNote1": "For a list of changes since the previous version,",
"downloadsBinariesNote2": "read the release notes",
"downloadsBinariesNote3": "ScummVM {release} is also available in the software repositories of many GNU/Linux distributions.",
More information about the Scummvm-git-logs
mailing list