0ad/_service

14 lines
530 B
Plaintext
Raw Normal View History

<?xml version="1.0" ?>
<services>
<service name="download_url">
<param name="protocol">http</param>
<param name="host">releases.wildfiregames.com</param>
<param name="path">/0ad-0.0.11-alpha-unix-build.tar.gz</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:0ad-0.0.11-alpha-unix-build.tar.gz</param>
<param name="verifier">sha256</param>
<param name="checksum">d9e2a6a0e15d6cc8c2f09690d5ba432c4d4282d7a971620158ee36d9a42ffd68</param>
</service>
</services>