Files
cheat/_service
Michael Vetter edd0578bd5 - Update to 5.1.0:
* --update / -u flag: Pull the latest changes for all git-backed
    cheatpaths from the CLI. Reports per-path status (ok, skipped, error).
    Works with --path filtering to update specific cheatpaths. Supports
    SSH remotes via key file discovery and SSH agent. (#552)
  Documentation:
  * Fixed config filename references in man page (conf.yaml → conf.yml)
  * Added missing /etc/cheat/conf.yml config search path to man page
  * Fixed stale code references in CLAUDE.md, HACKING.md, and ADRs
  * Updated Go version requirement in INSTALLING.md

- Update to 5.0.0:
  * Migrated from docopt to cobra (#768, #705, #632, #476)
  * Dynamic shell completions
  Breaking changes:
  * The static completion scripts under scripts/ have been removed. Users must
    regenerate completions using cheat --completion <shell>.
  * The CHEAT_USE_FZF environment variable is no longer supported.
  Bug fixes:
  * Fixed _init_completion: command not found error (#768)
  * Fixed autocompletion not working (#705)
  * Fixed zsh autocompletion not resolving cheatsheet names (#632)

- Update to 4.7.1:
  * Internal cleanup and project restructuring. No user-facing behavior changes

- Update to 4.7.0:
  * Brief list output (-b/--brief)

- Update to 4.6.0:

OBS-URL: https://build.opensuse.org/package/show/utilities/cheat?expand=0&rev=17
2026-02-16 08:56:43 +00:00

25 lines
1.1 KiB
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/cheat/cheat</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="exclude">vendor</param>
<param name="revision">5.1.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="set_version" mode="manual">
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="manual">
<param name="replace">github.com/cloudflare/circl=github.com/cloudflare/circl@v1.6.1</param>
<param name="replace">golang.org/x/net=golang.org/x/net@v0.47.0</param>
<param name="replace">golang.org/x/crypto=golang.org/x/crypto@v0.45.0</param>
<param name="replace">golang.org/x/sys=golang.org/x/sys@v0.38.0</param>
<param name="replace">github.com/go-git/go-git/v5=github.com/go-git/go-git/v5@v5.13.0</param>
</service>
</services>