diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 03:54:53 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 03:54:53 (GMT) |
commit | ca41979ee514f642c506e4f4d81461f19b587bf2 (patch) | |
tree | f31feb004d0b724d5240c8a227c7f0c886939a1b /appcast.xml.in | |
parent | eff16283358217b43b310269a72e0cb47357a8b3 (diff) | |
parent | abc9da96c89b337377ee62ac29ee54e4e7b0a514 (diff) |
Merge branch 'master' of github.com:openscad/openscad into issue11_2
Conflicts:
RELEASE_NOTES
openscad.pro
src/mainwin.cc
Diffstat (limited to 'appcast.xml.in')
-rw-r--r-- | appcast.xml.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/appcast.xml.in b/appcast.xml.in new file mode 100644 index 0000000..f61710c --- /dev/null +++ b/appcast.xml.in @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"> + <channel> + <title>OpenSCAD Updates</title> + <link>http://openscad.org/appcast.xml</link> + <language>en</language> + <item> + <title>OpenSCAD @VERSION@</title> + <pubDate>@VERSIONDATE@</pubDate> + <sparkle:releaseNotesLink>https://raw.github.com/openscad/openscad/openscad-@VERSION@/RELEASE_NOTES</sparkle:releaseNotesLink> + <enclosure url="https://openscad.googlecode.com/files/OpenSCAD-@VERSION@.dmg" + sparkle:version="@VERSIONDATE@" + sparkle:shortVersionString="@VERSION@" + sparkle:dsaSignature="@DSASIGNATURE@" + length="@FILESIZE@" + type="application/octet-stream"/> + </item> + </channel> +</rss> |