···66 //
77 // It is redundant to include "zig" in this name because it is already
88 // within the Zig package namespace.
99- .name = .lsr,
99+ .name = .fls,
10101111 // This is a [Semantic Version](https://semver.org/).
1212 // In a future version of Zig it will be used for package deduplication.
···2424 // original project's identity. Thus it is recommended to leave the comment
2525 // on the following line intact, so that it shows up in code reviews that
2626 // modify the field.
2727- .fingerprint = 0x495d173af9afcd7, // Changing this has security and trust implications.
2727+ .fingerprint = 0xb35f6aad49b2a75c, // Changing this has security and trust implications.
28282929 // Tracks the earliest Zig version that the package considers to be a
3030 // supported use case.