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: 788ec2133a7cc4dad4e6373e237ccb9b81767cce (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 hash checksum of a file.</description>
    <version>0.3</version>
    <licence>AGPL</licence>
    <author>westberliner</author>
    <types>
      <filesystem/>
    </types>
    <dependencies>
        <owncloud min-version="9.0" max-version="11" />
    </dependencies>
</info>