diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-30 11:58:58 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-30 11:58:58 +0200 |
| commit | 34126d105d869c6edb29c054672ce53d3396ee28 (patch) | |
| tree | deaa35b5bc3a00def710f25c7a8add57538b431d /.extras | |
| parent | 7bf0929fd4e8204f54d3ae576b3f1c5a2d6ab887 (diff) | |
| download | my-slackbuilds-34126d105d869c6edb29c054672ce53d3396ee28.tar.gz my-slackbuilds-34126d105d869c6edb29c054672ce53d3396ee28.zip | |
firefly-cli: add version 0.1.0
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to '.extras')
| -rw-r--r-- | .extras/nvchecker.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml index c4365f3..45a55d0 100644 --- a/.extras/nvchecker.toml +++ b/.extras/nvchecker.toml @@ -106,3 +106,9 @@ use_max_tag = true [playwright-cli] source = "npm" npm = "@playwright/cli" + +[firefly-cli] +source = "github" +github = "danixland/firefly-cli" +use_max_tag = true +prefix = "v" |
