pkgxdev / libpkgx

`import`… but with pkging powers
https://npmjs.com/libpkgx
Apache License 2.0
62 stars 12 forks source link

`pkgx --update` should update pkgs that were rebuilt but not bumped #21

Open mxcl opened 1 year ago

mxcl commented 1 year ago

We use cache headers correctly so I think it is acceptable that we rebuild bottles in-place for bug fixes etc.

However the only way currently to get these updates is to delete the pkg first.

This will lead to a “delete everything and start again” approach to tea which we don’t want to foster.

Refs https://github.com/teaxyz/pantry/issues/1219