diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-26 10:07:36 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-26 10:07:36 +0200 |
| commit | 3800559f3301343abc49c5db7543001a9c5b8dde (patch) | |
| tree | f9e1e3b530633223be4d56a6a85f2c8bbaecc150 /.extras | |
| parent | 07ca5beb3738aa09cba308787a3250602f417b42 (diff) | |
| download | my-slackbuilds-3800559f3301343abc49c5db7543001a9c5b8dde.tar.gz my-slackbuilds-3800559f3301343abc49c5db7543001a9c5b8dde.zip | |
cargo-vendor-filterer: add version 0.5.18
Import the existing SlackBuilds.org package (maintainer fourtysixandtwo)
verbatim to test whether it builds on -current with the system Rust
toolchain instead of rust-opt. Only change is the SlackBuild file mode
(0755 -> 0644) to satisfy sbolint.
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..c13be74 100644 --- a/.extras/nvchecker.toml +++ b/.extras/nvchecker.toml @@ -106,3 +106,9 @@ use_max_tag = true [playwright-cli] source = "npm" npm = "@playwright/cli" + +[cargo-vendor-filterer] +source = "github" +github = "coreos/cargo-vendor-filterer" +use_max_tag = true +prefix = "v" |
