forked from pool/libtorrent-rasterbar
- Update to version 2.0.10 * allow on_unknown_torrent method in the absence of active torrents (new plugin feature added) * add feature to async_move_storage() to not move files * fix reject resume data if it contains mismatching info hashes * fix clear the candidate_cache when clear peer_list * fix missing python converter for dht::announce_flags_t - Update _service file for manualrun OBS-URL: https://build.opensuse.org/request/show/1147576 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=174
17 lines
610 B
Plaintext
17 lines
610 B
Plaintext
<services>
|
|
<service mode="manual" name="tar_scm">
|
|
<param name="url">https://github.com/arvidn/libtorrent.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">v2.0.10</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="filename">libtorrent-rasterbar</param>
|
|
</service>
|
|
<service mode="manual" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="manual" name="set_version" />
|
|
</services>
|