if package was in cache but checksum mismatch with the repo then try fetching it
modified libpkg/pkg_repo.c
@@ -25,6 +25,7 @@ pkg_repo_fetch(struct pkg *pkg)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -62,6 +63,7 @@ pkg_repo_fetch(struct pkg *pkg)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -70,9 +72,16 @@ pkg_repo_fetch(struct pkg *pkg)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|