UPD zip depot script with zip files for 0.9.25

This commit is contained in:
2025-07-15 23:46:50 +02:00
parent 7c85ceea8e
commit 0a7899b3f2
4 changed files with 72 additions and 11 deletions

28
script/extensions.xml Executable file
View File

@ -0,0 +1,28 @@
<?xml version="1.0"?>
<updates>
<update>
<name>Depot</name>
<description>Depot component</description>
<element>com_depot</element>
<type>component</type>
<version>0.9.25</version>
<infourl title="Gitea Versioning">
https://git.kuschel.at/tom/depot
</infourl>
<downloads>
<downloadurl type="full" format="zip">https://kuschel.at/update/depot_0.9.25.zip</downloadurl>
</downloads>
<tags>
<tag>dev</tag> <!-- Development versions, very unstable and pre-alpha (e.g. nightly builds) -->
<!-- <tag>alpha</tag> --> <!-- Alpha quality software (features not implemented, show-stopper bugs) -->
<!-- <tag>beta</tag> --> <!-- Beta quality software (all features implemented, show-stopper bugs possible,minor bugs almost certain) -->
<!-- <tag>rc</tag> --> <!-- Release Candidate quality software (no show stopper bugs, minor bugs may still be present) -->
<!-- <tag>stable</tag> --> <!-- Production quality software. All other tags are currently ignored. -->
</tags>
<targetplatform name="joomla" version="5.[0123]"/>
<php_minimum>8.1</php_minimum>
<sha512>0ddb7aacf48594f37ef0341a7d29b9f8fb713ad454d0b3275fa8ff7cc471ca32754f100a1d78921320699233f07541a43664b70567f0335ea5dfdc869dc0a394</sha512>
<maintainer>KW4NZ</maintainer>
<maintainerurl>https://kuschel.at</maintainerurl>
</update>
</updates>