Skip to content

Commit

Permalink
Treat ncurses snapshot versions as devel (fixes #780)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Feb 1, 2024
1 parent a90a90f commit a1a1127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 900.version-fixes/n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- { name: nbwmon, verpat: "20[0-9]{6}", snapshot: true }
- { name: nbwmon, ver: "20140917", sink: true } # at least 0.5.1 and 0.5.2 released since then: https://github.com/causes-/nbwmon/releases
- { name: ncbi, verpat: ".*20[0-9]{6}.*", snapshot: true }
- { name: ncurses, verpat: ".*20[0-9]{6}.*", snapshot: true }
- { name: ncurses, verpat: "[0-9]+\\.[0-9]+[_.+-]20[0-9]{6}", devel: true }
- { name: ndisc6, ruleset: sisyphus, untrusted: true } # accused of fake 1.0.4
- { name: ndiswrapper, verpat: ".*-.*", ruleset: nix, incorrect: true } # kernel version appended
- { name: ndpi, verpat: ".*20[0-9]{2}.*", snapshot: true }
Expand Down

0 comments on commit a1a1127

Please sign in to comment.