0ad/_service
Philip Taylor 6f0203375a - Update to 0.0.11
- New version number scheme
- Remove fam/gamin dependency

OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=39
2012-10-14 11:03:00 +00:00

14 lines
530 B
XML

<?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>