diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-08-19 16:07:43 -0400 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-08-19 16:07:43 -0400 |
commit | 628ebfb2f9f17fadc7081d2b9ec961e9e589b785 (patch) | |
tree | b7face6ac1f3f50224c3a1836cc96237517ae9b0 | |
parent | 3d2301253af06cdb68e38c567f82e98ebadf286f (diff) | |
download | bugzilla-triage-628ebfb2f9f17fadc7081d2b9ec961e9e589b785.tar.gz |
Fix update.rdf, so that Firefox actually updates this extension.
-rw-r--r-- | update.rdf | 21 |
1 files changed, 6 insertions, 15 deletions
@@ -14,14 +14,13 @@ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>3.6</em:minVersion> <em:maxVersion>4.*</em:maxVersion> - </RDF:Description> - </em:targetApplication> <!-- This is where this version of the add-on will be downloaded from --> <em:updateLink>https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.15.xpi</em:updateLink> <!-- A page describing what is new in this updated version --> <em:updateInfoURL>https://fedorahosted.org/bugzilla-triage-scripts/wiki/ChangeLog</em:updateInfoURL> - <em:updateHash>sha1:e5009393f1ae052efb221d948a7fbb520f68e776</em:updateHash> + </RDF:Description> + </em:targetApplication> </RDF:Description> </RDF:li> <RDF:li> @@ -33,14 +32,13 @@ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>3.6</em:minVersion> <em:maxVersion>4.*</em:maxVersion> - </RDF:Description> - </em:targetApplication> <!-- This is where this version of the add-on will be downloaded from --> <em:updateLink>https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.16.xpi</em:updateLink> <!-- A page describing what is new in this updated version --> <em:updateInfoURL>https://fedorahosted.org/bugzilla-triage-scripts/wiki/ChangeLog</em:updateInfoURL> - <em:updateHash>sha1:2f4829a38b164472986a8aac3cbb49282005b5aa</em:updateHash> + </RDF:Description> + </em:targetApplication> </RDF:Description> </RDF:li> <RDF:li> @@ -54,12 +52,6 @@ <em:maxVersion>4.*</em:maxVersion> </RDF:Description> </em:targetApplication> - <!-- This is where this version of the add-on will be downloaded from --> - <em:updateLink>https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.17.xpi</em:updateLink> - - <!-- A page describing what is new in this updated version --> - <em:updateInfoURL>https://fedorahosted.org/bugzilla-triage-scripts/wiki/ChangeLog</em:updateInfoURL> - <em:updateHash>sha1:79892e43899a2decfedbb24ea22906443ce37fe6</em:updateHash> </RDF:Description> </RDF:li> <RDF:li> @@ -71,14 +63,13 @@ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>3.6</em:minVersion> <em:maxVersion>4.*</em:maxVersion> - </RDF:Description> - </em:targetApplication> <!-- This is where this version of the add-on will be downloaded from --> <em:updateLink>https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.18.xpi</em:updateLink> <!-- A page describing what is new in this updated version --> <em:updateInfoURL>https://fedorahosted.org/bugzilla-triage-scripts/wiki/ChangeLog</em:updateInfoURL> - <em:updateHash>sha1:de3446a5ca8fb10a42d510bb11fbba0e5251edb9</em:updateHash> + </RDF:Description> + </em:targetApplication> </RDF:Description> </RDF:li> </RDF:Seq> |