[Scummvm-git-logs] scummvm-web master -> f3c29b7eea66b0b5c7358e4a2e3a292d6d937e58
lotharsm
noreply at scummvm.org
Sun May 25 13:43:38 UTC 2025
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm-web' repo located at https://api.github.com/repos/scummvm/scummvm-web .
Summary:
ecad51c991 WEB: Sync appcast
f3c29b7eea WEB: Bump to 2.9.1
Commit: ecad51c991f0aba7e055b65b15be074795a1e5a8
https://github.com/scummvm/scummvm-web/commit/ecad51c991f0aba7e055b65b15be074795a1e5a8
Author: Lothar Serra Mari (mail at serra.me)
Date: 2025-05-25T15:41:54+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 34883097..887bb3a0 100644
--- a/public_html/appcasts/macosx/release.xml
+++ b/public_html/appcasts/macosx/release.xml
@@ -6,20 +6,20 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
- <title>Version 2.9.0</title>
+ <title>Version 2.9.1</title>
<sparkle:releaseNotesLink>
- https://www.scummvm.org/frs/scummvm/2.9.0/ReleaseNotes.html
+ https://www.scummvm.org/frs/scummvm/2.9.1/ReleaseNotes.html
</sparkle:releaseNotesLink>
- <pubDate>Sun, 22 Dec 2024 18:00:00 +0000</pubDate>
- <enclosure url="https://downloads.scummvm.org/frs/scummvm/2.9.0/scummvm-2.9.0-macosx.dmg"
- sparkle:version="2.9.0" length="145266354" type="application/octet-stream"
- sparkle:edSignature="mMnpRiheG0wZ+QKXU+2UpKa11VO3YZEOKZwlCWf22PpMLE2ZSF1BtV4gJgMByuBK4gVzlanP9v2GeOKyif2GDw=="
- sparkle:dsaSignature="MCwCFEt5LMnMUPgkcMj0OGotnQ1UwOj0AhRizXrWqOovjn4nCsvjqXC4Hj17YQ=="/>
+ <pubDate>Sun, 25 May 2025 18:00:00 +0000</pubDate>
+ <enclosure url="https://downloads.scummvm.org/frs/scummvm/2.9.1/scummvm-2.9.1-macosx.dmg"
+ sparkle:version="2.9.1" length="145300131" type="application/octet-stream"
+ sparkle:edSignature="KyX1EJhmu+w6trOlEt3ERZgrc8jX7hhMc5QrCpfrTqUuyKluYUtyIjz4wRxG0UBRLp7dwQmbMEazdl/S3mrUBg=="
+ sparkle:dsaSignature="MCwCFEKzRhLf8JzY0JHx/rA+WEjBHzYOAhRkJ1lU5ZJrjszLRvaNnl4fh2Memg=="/>
<enclosure sparkle:os="windows"
- url="https://downloads.scummvm.org/frs/scummvm/2.9.0/scummvm-2.9.0-win32.exe"
- sparkle:version="2.9.0" length="134118080" type="application/octet-stream"
- sparkle:dsaSignature="MC0CFQDSAnhPwsmdROYQYgSA5KF+Q3nDxQIUcPFI0HUcXC6sc2ksp4fR4exeP9Y="/>
+ url="https://downloads.scummvm.org/frs/scummvm/2.9.1/scummvm-2.9.1-win32.exe"
+ sparkle:version="2.9.1" length="124457283" type="application/octet-stream"
+ sparkle:dsaSignature="MCwCFCkaGFjyDKcre4CIZQ90hW3sjCNpAhQtQCssgKC2SLAePaaZfJXVTmQwag=="/>
</item>
</channel>
</rss>
Commit: f3c29b7eea66b0b5c7358e4a2e3a292d6d937e58
https://github.com/scummvm/scummvm-web/commit/f3c29b7eea66b0b5c7358e4a2e3a292d6d937e58
Author: Lothar Serra Mari (mail at serra.me)
Date: 2025-05-25T15:43:08+02:00
Commit Message:
WEB: Bump to 2.9.1
Changed paths:
include/Constants.php
diff --git a/include/Constants.php b/include/Constants.php
index 8a86f418..1fd34fe1 100644
--- a/include/Constants.php
+++ b/include/Constants.php
@@ -6,7 +6,7 @@ class Constants
public function __construct()
{
/* Current version. */
- define('RELEASE', '2.9.0');
+ define('RELEASE', '2.9.1');
define('RELEASE_TOOLS', '2.9.0');
/* News items on the front page. */
More information about the Scummvm-git-logs
mailing list