-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild_update.xml
More file actions
27 lines (27 loc) · 1.14 KB
/
build_update.xml
File metadata and controls
27 lines (27 loc) · 1.14 KB
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
27
<?xml version="1.0" ?>
<updates>
<update>
<name>JUPWA</name>
<description><![CDATA[JUPWA - Progressive Web Application (PWA) for Joomla!.<br />Update to JUPWA @version@ now!<br /><span style="font-size: 85%;">@year@ © Joomla! Ukraine. All rights reserved!</span>]]></description>
<element>pkg_jupwa</element>
<type>package</type>
<version>@version@</version>
<infourl title="Joomla! Ukraine">https://github.com/Joomla-Ukraine/JUPWA</infourl>
<downloads>
<downloadurl type="full"
format="zip">https://github.com/Joomla-Ukraine/JUPWA/releases/download/@version@/pkg_jupwa_v@version@.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Denys Nosov</maintainer>
<maintainerurl>https://joomla-ua.org</maintainerurl>
<section>Testing</section>
<client_id>0</client_id>
<client>0</client>
<targetplatform name="joomla"
version="4\.*|5\.*" />
<php_minimum>8.1</php_minimum>
<sha256>@cheksum@</sha256>
</update>
</updates>