WinGui: Fix another instance of the Caliburn vs Json.net sillyness where objects...
[HandBrake.git] / pkg / appcast.xml.m4
blobafab8ffdda52ef0fab6d76fae67ce9e2e629c479
1 dnl
2 dnl This file is a template used to generate various appcast.xml files.
3 dnl
4 changequote(<<, >>)dnl
5 include(<<handbrake.m4>>)dnl
6 changequote([, ])dnl
7 dnl
8 dnl
9 dnl
10 <?xml version="1.0" encoding="utf-8"?>
11 <rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
12     <channel>
13         <title>__HB_name __BUILD_arch Appcast</title>
14         <link>__HB_url_appcast</link>
15         <description></description>
16         <language>en</language>
17         <pubDate>__BUILD_date</pubDate>
18         <lastBuildDate>__BUILD_date</lastBuildDate>
19         <item>
20             <title>__HB_name __HB_version Released</title>
21             <cli>__HB_build "__HB_version __BUILD_arch"</cli>
22             <sparkle:releaseNotesLink>__HB_url_appnote</sparkle:releaseNotesLink>
23             <pubDate>__BUILD_date</pubDate>
24             <enclosure
25                 sparkle:version="__HB_build"
26                 sparkle:shortVersionString="__HB_version __BUILD_arch"
27                 url="http://handbrake.fr/rotation.php?file=__APPCAST_dmg" 
28                 length="__APPCAST_dmg_size"
29                 type="application/octet-stream"/>
30             <sparkle:minimumSystemVersion>10.6.0</sparkle:minimumSystemVersion>
31         </item>
32     </channel>
33 </rss>