diff options
-rw-r--r-- | appcast-snapshots.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appcast-snapshots.xml.in b/appcast-snapshots.xml.in index f46c814..83c4038 100644 --- a/appcast-snapshots.xml.in +++ b/appcast-snapshots.xml.in @@ -3,12 +3,12 @@ <channel> <title>OpenSCAD Development Snapshots</title> <link>http://openscad.org/appcast-snapshots.xml</link> - <language>en</language> + <language>en</language> <item> <title>OpenSCAD @VERSION@</title> <pubDate>@VERSIONDATE@</pubDate> <sparkle:releaseNotesLink>https://raw.github.com/openscad/openscad/master/RELEASE_NOTES</sparkle:releaseNotesLink> - <enclosure url="https://openscad.googlecode.com/files/OpenSCAD-@VERSION@.dmg" + <enclosure url="http://files.googlecode.com/OpenSCAD-@VERSION@.dmg" sparkle:version="@VERSIONDATE@" sparkle:shortVersionString="@VERSION@" sparkle:dsaSignature="@DSASIGNATURE@" |