Fix _service so that it actually matches the current version.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/umoci?expand=0&rev=32
This commit is contained in:
Aleksa Sarai 2018-03-27 10:03:18 +00:00 committed by Git OBS Bridge
parent 25dea8b9ef
commit d6cba1852c

View File

@ -2,14 +2,14 @@
<service name="download_url" mode="disabled">
<param name="protocol">https</param>
<param name="host">github.com</param>
<param name="path">openSUSE/umoci/releases/download/v0.3.1/umoci.tar.xz</param>
<param name="filename">umoci-0.3.1.tar.xz</param>
<param name="path">openSUSE/umoci/releases/download/v0.4.0/umoci.tar.xz</param>
<param name="filename">umoci-0.4.0.tar.xz</param>
</service>
<service name="download_url" mode="disabled">
<param name="protocol">https</param>
<param name="host">github.com</param>
<param name="path">openSUSE/umoci/releases/download/v0.3.1/umoci.tar.xz.asc</param>
<param name="filename">umoci-0.3.1.tar.xz.asc</param>
<param name="path">openSUSE/umoci/releases/download/v0.4.0/umoci.tar.xz.asc</param>
<param name="filename">umoci-0.4.0.tar.xz.asc</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">umoci</param>