Skip to content
  • Levente Polyak's avatar
    feat(pkgctl): add internal update checksums to better control output · 9a5181db
    Levente Polyak authored
    This allows us to have more control over the output and status logs.
    Using this method we are able to avoid cluttering the version upgrade
    subcommand while downloading sources for updating the checksums.
    
    Having this internally will also allow us in the future to have smart
    checksums updating by only trying to change the checksums of sources
    that have actually changed, for example when adjusting a patch file we
    should avoid trying to overwrite the archive checksums unintentionally.
    
    Component: pkgctl version upgrade
    9a5181db