diff options
Diffstat (limited to 'dists')
-rw-r--r-- | dists/macosx/Info.plist | 2 | ||||
-rw-r--r-- | dists/macosx/Info.plist.in | 2 | ||||
-rw-r--r-- | dists/macosx/scummvm_appcast.xml | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index baa309cc94..152c748095 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -53,7 +53,7 @@ <key>NSPrincipalClass</key> <string>NSApplication</string> <key>SUFeedURL</key> - <string>https://scummvm.org/scummvm_appcast.xml</string> + <string>https://www.scummvm.org/scummvm_appcast.xml</string> <key>NSDockTilePlugIn</key> <string>scummvm.docktileplugin</string> <key>SUPublicDSAKeyFile</key> diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in index 6393900be2..a430ff7dd7 100644 --- a/dists/macosx/Info.plist.in +++ b/dists/macosx/Info.plist.in @@ -53,7 +53,7 @@ <key>NSPrincipalClass</key> <string>NSApplication</string> <key>SUFeedURL</key> - <string>https://scummvm.org/scummvm_appcast.xml</string> + <string>https://www.scummvm.org/scummvm_appcast.xml</string> <key>NSDockTilePlugIn</key> <string>scummvm.docktileplugin</string> <key>SUPublicDSAKeyFile</key> diff --git a/dists/macosx/scummvm_appcast.xml b/dists/macosx/scummvm_appcast.xml index cf4cbcd1b6..a4a15a23f6 100644 --- a/dists/macosx/scummvm_appcast.xml +++ b/dists/macosx/scummvm_appcast.xml @@ -2,7 +2,7 @@ <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> - <link>https://scummvm.org/scummvm_appcast.xml</link> + <link>https://www.scummvm.org/scummvm_appcast.xml</link> <description>Most recent changes with links to updates.</description> <language>en</language> <item> @@ -11,18 +11,18 @@ https://scummvm.org/frs/scummvm/1.8.0/ReleaseNotes </sparkle:releaseNotesLink> <pubDate>Sat, 5 Mar 2016 20:16:00 +0000</pubDate> - <enclosure url="https://scummvm.org/frs/scummvm/1.8.0/scummvm-1.8.0-macosx.dmg" + <enclosure url="https://www.scummvm.org/frs/scummvm/1.8.0/scummvm-1.8.0-macosx.dmg" sparkle:version="1.8.0" length="14085288" type="application/octet-stream" sparkle:dsaSignature="MC0CFQDNy2yox7vklthHaZcMto8L4EuLwQIUY8cuevlTpLtuJ9nPOlrj4vo55lY=" /> <enclosure sparkle:os="windows" - url="https://scummvm.org/frs/scummvm/1.8.0/scummvm-1.8.0-win32.exe" + url="https://www.scummvm.org/frs/scummvm/1.8.0/scummvm-1.8.0-win32.exe" sparkle:version="1.8.0" length="9081062" type="application/octet-stream" sparkle:dsaSignature="MC0CFQCaG7Oo+Nc2EWVmc7GjUBJLKRvt3QIUQcZTMe2FQhfvrrofX4HLTldDHyY=" /> </item> <item> <title>Version 1.7.0</title> <sparkle:releaseNotesLink> - https://scummvm.org/frs/scummvm/1.7.0/ReleaseNotes + https://www.scummvm.org/frs/scummvm/1.7.0/ReleaseNotes </sparkle:releaseNotesLink> <pubDate>Tue, 29 Jul 2014 07:58:00 +0000</pubDate> <link>https://www.scummvm.org/frs/scummvm/1.7.0/</link> |