- Update to version 0.12.0:
+ Bugs fixes
- Fix incorrect start time, enforce deterministic ports order
+ New Features
- Highlight for cmd, path and ports
- args fuzzy highlight
- Removed cargo_audit from _service due that contains vendor now
OBS-URL: https://build.opensuse.org/request/show/1229162
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/pik?expand=0&rev=15
9 lines
254 B
Plaintext
9 lines
254 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">*.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|