How to handle silent updates #5657
ltguillaume
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
In the case you mentioned or no version, another dynamic value should be considered to appended/used as version of manifest. e.g.: |
Beta Was this translation helpful? Give feedback.
4 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Some developers do "silent updates", where the version numbers stays the same, but the release is updated. As such, Scoop will fail to update the application, because the hash won't match up with the download anymore.
Some manifests use
autoupdate
->architecture
->64bit
->hash
->url
to define the place for the hashes. This will still be updated to the proper hash.So to partly resolve this issue, I think it would be a good idea to let
checkver.ps1
check this file for changes, even if the version hasn't been updated.Beta Was this translation helpful? Give feedback.
All reactions