[Scummvm-git-logs] scummvm master -> 9107f5cec2e8767d0f02b00cf7e0a1e81a9db34a

sev- sev at scummvm.org
Wed Jan 29 23:37:16 UTC 2020


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2d3c98faef DISTS: Updated Sparkle cast for 2.1.1
9107f5cec2 BUILD: Fix publish-appcast target since we now keep the cast in web git too.


Commit: 2d3c98faef420185e07c40c798a7d0266376d5c2
    https://github.com/scummvm/scummvm/commit/2d3c98faef420185e07c40c798a7d0266376d5c2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-01-30T00:21:22+01:00

Commit Message:
DISTS: Updated Sparkle cast for 2.1.1

Changed paths:
    dists/macosx/scummvm_appcast.xml


diff --git a/dists/macosx/scummvm_appcast.xml b/dists/macosx/scummvm_appcast.xml
index c9343f8..abf090f 100644
--- a/dists/macosx/scummvm_appcast.xml
+++ b/dists/macosx/scummvm_appcast.xml
@@ -6,20 +6,20 @@
 		<description>Most recent changes with links to updates.</description>
 		<language>en</language>
 		<item>
-			<title>Version 2.1.0</title>
+			<title>Version 2.1.1</title>
 			<sparkle:releaseNotesLink>
-				https://scummvm.org/frs/scummvm/2.1.0/ReleaseNotes.html
+				https://scummvm.org/frs/scummvm/2.1.1/ReleaseNotes.html
 			</sparkle:releaseNotesLink>
-			<pubDate>Fri, 11 Oct 2019 22:00:00 +0000</pubDate>
-			<enclosure url="https://www.scummvm.org/frs/scummvm/2.1.0/scummvm-2.1.0-macosx.dmg"
-						sparkle:version="2.1.0" length="24491805" type="application/octet-stream"
-						sparkle:dsaSignature="MC0CFQClWYx0yEihPP+rHF0TDKZ58i0x/gIUG1Qa/Ps2GQv0mDmEy/vdLjivvH0="
-						sparkle:edSignature="gMZN2CBmD8xfp5ZecHA+QHLP691LPadxGM813wNSv/IE3kXj6BhycPFKshzp07OIuK9i6JGnkHvpYAYUhb5BCQ=="/>
+			<pubDate>Fri, 31 Jan 2020 23:59:58 +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=="/>
 
 			<enclosure sparkle:os="windows"
-						url="https://www.scummvm.org/frs/scummvm/2.1.0/scummvm-2.1.0-win32.exe"
-						sparkle:version="2.1.0" length="19382458" type="application/octet-stream"
-						sparkle:dsaSignature="MC0CFGbQGP4xlylID83atOlkqMHwaH7FAhUAyMhJBVry27rG9ytvKafDNHwIJ80==" />
+						url="https://www.scummvm.org/frs/scummvm/2.1.1/scummvm-2.1.0-win32.exe"
+						sparkle:version="2.1.1" length="39273606" type="application/octet-stream"
+						sparkle:dsaSignature="MC0CFQDImHNkK3Oru/lLIFS8bXfh1bI9cQIUOHAUHKd8wNvYbETTLw4DtAAiO7c=" />
 		</item>
 	</channel>
 </rss>


Commit: 9107f5cec2e8767d0f02b00cf7e0a1e81a9db34a
    https://github.com/scummvm/scummvm/commit/9107f5cec2e8767d0f02b00cf7e0a1e81a9db34a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-01-30T00:36:31+01:00

Commit Message:
BUILD: Fix publish-appcast target since we now keep the cast in web git too.

Changed paths:
    ports.mk


diff --git a/ports.mk b/ports.mk
index 024bf28..af4a889 100644
--- a/ports.mk
+++ b/ports.mk
@@ -472,7 +472,7 @@ osxsnap: bundle
 	rm -rf ScummVM-snapshot
 
 publish-appcast:
-	scp dists/macosx/scummvm_appcast.xml www.scummvm.org:/var/www/scummvm-web/public_html/appcasts/macosx/release.xml
+	cp dists/macosx/scummvm_appcast.xml ../scummvm-web/public_html/appcasts/macosx/release.xml
 
 
 #




More information about the Scummvm-git-logs mailing list