> On 11/04/2022 14:02, Andrew Schulman via Cygwin-apps wrote: > > After all this time I feel that I should know the answer to this, but here > > goes. > > > > I have fish-3.4.1-1, a bugfix release. I want it to replace fish-3.4.0-1, > > leaving fish-3.3.1-1 as the previous release. > > > > What's the best way to do this? Should I create override.hint, with > > > keep: 3.3.1-1 > > This alone means 'keep 3.3.1-1 as well as anything else you would keep'. > > Since that seems to be what you really want ('keep previous major > version around '), I'd suggest just doing that.
Thanks!