catatonit/_service

18 lines
702 B
Plaintext
Raw Normal View History

<services>
<service name="download_url" mode="disabled">
<param name="protocol">https</param>
<param name="host">github.com</param>
<param name="path">cyphar/catatonit/releases/download/v0.1.1/catatonit.tar.xz</param>
<param name="filename">catatonit-0.1.1.tar.xz</param>
</service>
<service name="download_url" mode="disabled">
<param name="protocol">https</param>
<param name="host">github.com</param>
<param name="path">cyphar/catatonit/releases/download/v0.1.1/catatonit.tar.xz.asc</param>
<param name="filename">catatonit-0.1.1.tar.xz.asc</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">catatonit</param>
</service>
</services>