forked from GHSVS-de/plg_system_insertwhatwhereghsvs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate.xml
26 lines (24 loc) · 1.01 KB
/
update.xml
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
<!--{{nameUpper}} Version {{version}} Target platform: {{targetplatform}}-->
<update>
<name>{{nameUpper}}</name>
<description>{{description}}</description>
<element>{{element}}</element>
<type>{{type}}</type>
<folder>{{folder}}</folder>
<client>{{client}}</client>
<version>{{version}}</version>
<infourl>https://updates.ghsvs.de/changelog.php?file={{name}}&version={{version}}</infourl>
<changelogurl>https://raw.githubusercontent.com/GHSVS-de/upadateservers/master/{{name}}-changelog.xml</changelogurl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/GHSVS-de/{{name}}/raw/{{version}}/dist/{{zipFilename}}</downloadurl>
</downloads>
<tags>
<tag>{{tag}}</tag>
</tags>
<maintainer>{{maintainer}}</maintainer>
<maintainerurl>{{maintainerurl}}</maintainerurl>
<targetplatform name="joomla" version="{{targetplatform}}" />
<php_minimum>{{php_minimum}}</php_minimum>
{{checksum}}
</update>
<!--/{{nameUpper}} Version {{version}} Target platform: {{targetplatform}}-->