Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61cb56fa1849534f73d2ecf03e7c5951de845ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<info>
    <id>checksum</id>
    <name>Checksum</name>
    <description>Creating a md5 checksum of a file.</description>
    <version>0.2</version>
    <licence>AGPL</licence>
    <author>westberliner</author>
    <types>
      <filesystem/>
    </types>
    <dependencies>
        <owncloud min-version="9.0" max-version="11" />
    </dependencies>
</info>