[Scummvm-git-logs] scummvm-web master -> 0aa987dfc8e7fdf5f9143df16afd3fc9592b91f3
lotharsm
mail at serra.me
Sat Oct 9 18:50:36 UTC 2021
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:
5cc8b94fd5 WEB: Sync appcast
6ba423d322 WEB: Bump RELEASE constant to 2.5.0
0aa987dfc8 WEB: Update release data
Commit: 5cc8b94fd504b4bbcb5d2be6efcda2b9b9b87384
https://github.com/scummvm/scummvm-web/commit/5cc8b94fd504b4bbcb5d2be6efcda2b9b9b87384
Author: Lothar Serra Mari (mail at serra.me)
Date: 2021-10-09T18:44:21+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 ff401f23..e83c4ab2 100644
--- a/public_html/appcasts/macosx/release.xml
+++ b/public_html/appcasts/macosx/release.xml
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>ScummVM Changelog</title>
@@ -6,19 +5,19 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
- <title>Version 2.2.0</title>
+ <title>Version 2.5.0</title>
<sparkle:releaseNotesLink>
- https://www.scummvm.org/frs/scummvm/2.2.0/ReleaseNotes.html
+ https://www.scummvm.org/frs/scummvm/2.5.0/ReleaseNotes.html
</sparkle:releaseNotesLink>
- <pubDate>Sun, 27 Sep 2020 18:00:00 +0000</pubDate>
- <enclosure url="https://downloads.scummvm.org/frs/scummvm/2.2.0/scummvm-2.2.0-macosx.dmg"
- sparkle:version="2.2.0" length="46591847" type="application/octet-stream"
- sparkle:dsaSignature="MC0CFBUwsv3XcCXeRslwobbP4WrebtQUAhUApD2mdO/HOgeWaotWYdYBWKw8Iic="/>
+ <pubDate>Sat, 09 Oct 2021 18:00:00 +0000</pubDate>
+ <enclosure url="https://downloads.scummvm.org/frs/scummvm/2.5.0/scummvm-2.5.0-macosx.dmg"
+ sparkle:version="2.5.0" length="95623191" type="application/octet-stream"
+ sparkle:dsaSignature="MC4CFQDYqBr8WsLRsbk60nrP1Y//lwF3CgIVAOCS0u4eKbYt3zae5rqoOTNNPTjj"/>
<enclosure sparkle:os="windows"
- url="https://downloads.scummvm.org/frs/scummvm/2.2.0/scummvm-2.2.0-win32.exe"
- sparkle:version="2.2.0" length="80707413" type="application/octet-stream"
- sparkle:dsaSignature="MC0CFQCYM8EqRx1KNa50u5FeULi524xxKAIUHViwggcYxy08ovrK7A4SilhoO3E="/>
+ url="https://downloads.scummvm.org/frs/scummvm/2.5.0/scummvm-2.5.0-win32.exe"
+ sparkle:version="2.5.0" length="89033208" type="application/octet-stream"
+ sparkle:dsaSignature="MC0CFQCtCsfTeuUgI4Oir5K0XJcQguEyTQIUJxa1OxkDwvm3MlOaBfWZBmkgqIk="/>
</item>
</channel>
</rss>
Commit: 6ba423d322cb77aa987fc20783556e722ed53db4
https://github.com/scummvm/scummvm-web/commit/6ba423d322cb77aa987fc20783556e722ed53db4
Author: Lothar Serra Mari (mail at serra.me)
Date: 2021-10-09T18:52:59+02:00
Commit Message:
WEB: Bump RELEASE constant to 2.5.0
Changed paths:
include/Constants.php
diff --git a/include/Constants.php b/include/Constants.php
index fefbffcc..a06f7542 100644
--- a/include/Constants.php
+++ b/include/Constants.php
@@ -6,10 +6,10 @@ class Constants
public function __construct()
{
/* Current version. */
- define('RELEASE', '2.2.0');
- define('RELEASE_TOOLS', '2.2.0');
+ define('RELEASE', '2.5.0');
+ define('RELEASE_TOOLS', '2.5.0');
define('RELEASE_DEBIAN', '2.2.0');
- define('RELEASE_SNAP_STORE', '2.2.0');
+ define('RELEASE_SNAP_STORE', '2.5.0');
define('RELEASE_ANDROID_STORE', '2.2.1');
/* News items on the front page. */
Commit: 0aa987dfc8e7fdf5f9143df16afd3fc9592b91f3
https://github.com/scummvm/scummvm-web/commit/0aa987dfc8e7fdf5f9143df16afd3fc9592b91f3
Author: Lothar Serra Mari (mail at serra.me)
Date: 2021-10-09T20:50:22+02:00
Commit Message:
WEB: Update release data
Changed paths:
include/Constants.php
diff --git a/include/Constants.php b/include/Constants.php
index a06f7542..f7d799ee 100644
--- a/include/Constants.php
+++ b/include/Constants.php
@@ -10,7 +10,7 @@ class Constants
define('RELEASE_TOOLS', '2.5.0');
define('RELEASE_DEBIAN', '2.2.0');
define('RELEASE_SNAP_STORE', '2.5.0');
- define('RELEASE_ANDROID_STORE', '2.2.1');
+ define('RELEASE_ANDROID_STORE', '2.5.0');
/* News items on the front page. */
define('NEWS_ITEMS', 5);
More information about the Scummvm-git-logs
mailing list