forked from pool/httpie
Update to version 3.2.3 Switch to generating tarball directly from git to harden package against supply chain attacks If you have any suggestions for improvement, please let me know! OBS-URL: https://build.opensuse.org/request/show/1186646 OBS-URL: https://build.opensuse.org/package/show/network:utilities/httpie?expand=0&rev=30
16 lines
570 B
Plaintext
16 lines
570 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="versionprefix">3.2.3</param>
|
|
<param name="url">https://github.com/httpie/cli.git</param>
|
|
<param name="revision">f4cf43ecdd6c5c52b5c4ba91086d5c6ccfebcd6d</param>
|
|
<param name="scm">git</param>
|
|
<param name="submodules">enable</param>
|
|
<param name="changesgenerate">disable</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|