[Scummvm-git-logs] scummvm-web master -> 9be53a65f8f3894814101a0a91cdc55e1f485bf5
lotharsm
mail at serra.me
Tue Mar 31 18:53:32 UTC 2020
This automated email contains information about 3 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
de56dce14b DATA: Fix download URLs for Win32 2.1.2 and Mac OS X
b1fd306ebd DATA: Enable download for MacOS X PPC 2.1.2
9be53a65f8 WEB: Sync appcast
Commit: de56dce14b8c5cc5b8f2f1e86305f3b8f2ee1150
https://github.com/scummvm/scummvm-web/commit/de56dce14b8c5cc5b8f2f1e86305f3b8f2ee1150
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-03-31T20:43:53+02:00
Commit Message:
DATA: Fix download URLs for Win32 2.1.2 and Mac OS X
Changed paths:
data/downloads.xml
diff --git a/data/downloads.xml b/data/downloads.xml
index 8b93e779..0951500e 100644
--- a/data/downloads.xml
+++ b/data/downloads.xml
@@ -15,7 +15,7 @@
<entries>
<file>
<category_icon>windows</category_icon>
- <url>scummvm-2.1.2-win32.exe</url>
+ <url>2.1.2/scummvm-2.1.2-win32.exe</url>
<name>Windows Installer (32 and 64 bit)</name>
<user_agent>Windows</user_agent>
</file>
@@ -131,7 +131,7 @@
-->
<file>
<category_icon>macos</category_icon>
- <url>scummvm-{$release}-macosx.dmg</url>
+ <url>2.1.2/scummvm-2.1.2-macosx.dmg</url>
<name>macOS 10.7+ 64 bits with Sparkle Disk Image</name>
<user_agent>Mac</user_agent>
</file>
Commit: b1fd306ebdcf01711f375061c55858a9d55023d3
https://github.com/scummvm/scummvm-web/commit/b1fd306ebdcf01711f375061c55858a9d55023d3
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-03-31T20:45:09+02:00
Commit Message:
DATA: Enable download for MacOS X PPC 2.1.2
Changed paths:
data/downloads.xml
diff --git a/data/downloads.xml b/data/downloads.xml
index 0951500e..4de604d8 100644
--- a/data/downloads.xml
+++ b/data/downloads.xml
@@ -141,13 +141,13 @@
<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-{$release}-macosx-ppc.dmg</url>
+ <url>2.1.2/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>
Commit: 9be53a65f8f3894814101a0a91cdc55e1f485bf5
https://github.com/scummvm/scummvm-web/commit/9be53a65f8f3894814101a0a91cdc55e1f485bf5
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-03-31T20:51:49+02:00
Commit Message:
WEB: Sync appcast
Changed paths:
public_html/appcasts/macosx/release.xml
diff --git a/public_html/appcasts/macosx/release.xml b/public_html/appcasts/macosx/release.xml
index e29419eb..1252fbe2 100644
--- a/public_html/appcasts/macosx/release.xml
+++ b/public_html/appcasts/macosx/release.xml
@@ -5,24 +5,16 @@
<link>https://www.scummvm.org/appcasts/macosx/release.xml</link>
<description>Most recent changes with links to updates.</description>
<language>en</language>
- <item>
- <title>Version 2.1.1</title>
- <sparkle:releaseNotesLink>
- https://scummvm.org/frs/scummvm/2.1.1/ReleaseNotes.html
- </sparkle:releaseNotesLink>
- <pubDate>Fri, 31 Jan 2020 18:02:05 +0000</pubDate>
- <enclosure url="https://www.scummvm.org/frs/scummvm/2.1.1/scummvm-2.1.1-macosx.dmg"
- sparkle:version="2.1.1" length="25617880" type="application/octet-stream"
- sparkle:dsaSignature="MC0CFF9HC7ImZEipQf4afnMvTEmduM7KAhUArjLWI9VdCgxm720S4UysRgUcDhI="
- sparkle:edSignature="js40WmEnNG4ab0nSNrzRo4z5jnUlDOE63iqpgpy8Brpxh9CFnnc8bBQ9LlHjujUPbG6A30pyihtAsozZi1gZAg=="/>
-
- </item>
<item>
<title>Version 2.1.2</title>
<sparkle:releaseNotesLink>
https://scummvm.org/frs/scummvm/2.1.2/ReleaseNotes.html
</sparkle:releaseNotesLink>
<pubDate>Tue, 31 Mar 2020 15:50:00 +0000</pubDate>
+ <enclosure url="https://www.scummvm.org/frs/scummvm/2.1.2/scummvm-2.1.2-macosx.dmg"
+ sparkle:version="2.1.2" length="25726976" type="application/octet-stream"
+ sparkle:dsaSignature="MCwCFCb8BpLBQ2Z8BUZO4gjXGWhQ12pSAhRWkzv5Hh9Ww4DIdY27Vz4MbUtrag=="/>
+
<enclosure sparkle:os="windows"
url="https://www.scummvm.org/frs/scummvm/2.1.2/scummvm-2.1.2-win32.exe"
sparkle:version="2.1.2" length="39165952" type="application/octet-stream"
More information about the Scummvm-git-logs
mailing list