Software Update:updates.xml Format: Difference between revisions

Line 11: Line 11:


<updates>
<updates>
   <update type="minor" version="1.0.4" extensionversion="1.0"  
   <update type="minor" version="1.0.4" extensionVersion="1.0"  
           detailsURL="http://www.foo.com/1.0.4/whatsnew.html">
           detailsURL="http://www.foo.com/1.0.4/whatsnew.html">
     <patch type="partial" url="http://www.foo.com/1.0.4-partial.xpi"
     <patch type="partial" url="http://www.foo.com/1.0.4-partial.xpi"
           hashfunction="" hashvalue="" size=""/>
           hashFunction="" hashValue="" size=""/>
     <patch type="complete" url="http://www.foo.com/1.0.4-complete.xpi"
     <patch type="complete" url="http://www.foo.com/1.0.4-complete.xpi"
           hashfunction="" hashvalue="" size=""/>
           hashFunction="" hashValue="" size=""/>
   </update>
   </update>
   ..
   ..
   <update type="major" version="1.1.2" extensionversion="1.1"
   <update type="major" version="1.1.2" extensionVersion="1.1"
           detailsURL="http://www.foo.com/1.1.2/whatsnew.html">
           detailsURL="http://www.foo.com/1.1.2/whatsnew.html">
     <patch type="complete" url="http://www.foo.com/1.1.2-complete.xpi"
     <patch type="complete" url="http://www.foo.com/1.1.2-complete.xpi"
           hashfunction="" hashvalue="" size=""/>
           hashFunction="" hashValue="" size=""/>
   </update>
   </update>
</updates>
</updates>
525

edits