forked from jobisoft/TbSync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeta-release-channel-update.rdf
More file actions
26 lines (23 loc) · 924 Bytes
/
beta-release-channel-update.rdf
File metadata and controls
26 lines (23 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<RDF:Description about="urn:mozilla:extension:tbsync@jobisoft.de">
<em:updates>
<RDF:Seq>
<RDF:li>
<RDF:Description>
<em:version>%VERSION%</em:version>
<em:targetApplication>
<RDF:Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>60.0</em:minVersion>
<em:maxVersion>60.*</em:maxVersion>
<em:updateLink>%LINK%</em:updateLink>
<em:updateInfoURL>https://github.com/jobisoft/TbSync/releases</em:updateInfoURL>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
</RDF:li>
</RDF:Seq>
</em:updates>
</RDF:Description>
</RDF:RDF>