sile/_service
Gordon Leung b0763c9f32 - Update to 0.15.5:
* New Features
    - packages: Support biblatex date field and improve date formatting
  * Bug Fixes
    - build: Fix distribution of unit tests clean up dist file list
    - classes: Make document state available during class's post init
    - cli: Suppress trace info in quiet for warnings but do show errors
    - packages: Parse and split all bibtex name fields
    - packages: Use non-breakable space in bibTeX name splitting, not tilde

OBS-URL: https://build.opensuse.org/package/show/Publishing/sile?expand=0&rev=55
2024-08-31 03:18:08 +00:00

17 lines
562 B
XML

<?xml version="1.0"?>
<services>
<service mode="manual" name="download_url">
<param name="protocol">https</param>
<param name="host">github.com</param>
<param name="path">/sile-typesetter/sile/releases/download/v0.15.5/sile-0.15.5.tar.zst</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="src">sile*.tar.zst</param>
<param name="compression">zst</param>
<param name="update">true</param>
<param name="filter">true</param>
</service>
<service name="cargo_audit" mode="manual" />
</services>