1
0
forked from pool/btop
btop/_service
Scott Bradnick 6d0e8c2e5e Accepting request 970875 from home:sbradnick:branches:Base:System
- Update to version 1.2.6+git20220414.9abf849:
  * Update snapcraft.yaml

- Update to version v1.2.6+git20220413.4bae3c4:
  * Update continuous-build-linux.yml
  * v1.2.6 Bug fixes
  * Changed: Enter symbol to a more common variant
  * updated robin_hood.h to v3.11.5
  * Fixed: Use cpu cores avarage temp if missing cpu package temp for FreeBSD
  * Fixed: Wrong memory unit when shorten and size is less than 10
  * v1.2.5 Bug fixes
  * Fixed: Mouse mappings for net box
  * fix: title_left symbol between auto and zero in the net box is not displayed

OBS-URL: https://build.opensuse.org/request/show/970875
OBS-URL: https://build.opensuse.org/package/show/Base:System/btop?expand=0&rev=24
2022-04-19 16:31:12 +00:00

21 lines
644 B
XML

<!--
# vim: set syntax=xml
-->
<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/aristocratos/btop</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">main</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="disabled"/>
<service name="recompress" mode="disabled">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
</services>