Skip to content
  • Natanael Copa's avatar
    upgrade: reset versioned deps in world when doing upgrade -a · 47bac8c2
    Natanael Copa authored
    Doing "apk add file.apk" adds a versioned dependency to allow
    downgrading, and sticky version. Most often this is to install
    single packages from newer repository. So it would make sense
    to reset them to non-versioned if doing:
    
     apk upgrade -a
    
    fixes #346
    47bac8c2