- Update to version 1.9.0: * Chore: update dependencies * Fix: multiple port string parsing overflow (#1868) * Chore: remove forward compatible code * Chore: ReCreate* do side effect job (#1849) * Chore: remove reduce regex compile (#1855) * Fix: when both providers and proxies are present, use the health check configuration for proxies (#1821) * Chore: builtin right mime of .js (#1808) * Feature: add linux/arm/v6 for the container image (#1771) * Fix: fakeip pool cycle used * Fix: provider filter potential panic * Feature: add filter on proxy provider (#1511) * Fix: should return io.EOF immediately * Change: use nop packet conn for reject * Fix: revert ssr udp fix * Fix: bind iface should throw control error OBS-URL: https://build.opensuse.org/request/show/943616 OBS-URL: https://build.opensuse.org/package/show/server:proxy/clash?expand=0&rev=11
18 lines
649 B
Plaintext
18 lines
649 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/Dreamacro/clash.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v1.9.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="filename">clash</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="disabled" />
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|