Compare the CheckSum between the GitHub release and the current Chocolatey package #64
Unanswered
strausmann
asked this question in
Q&A
Replies: 1 comment 1 reply
-
One potential option would be to reach out to the software maintainer and ask that they follow best practices for releases by not changing the files, but instead bumping the version anytime there is an update. Other Potential options:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem with a Chocolatey package where the software maintainer in GutHub likes to simply change the assets for a GitHub release.
I have been using Get-GitHubRelease to get the GitHub release information for the latest release.
Now, unfortunately, one of the assets has simply been changed without publishing a new GitHub release.
I would now like to compare the source in GutHub, the current release, with the CheckSum of the current Chocolatey package when running the update.ps1 script, even if the version number has not changed, i.e. no new GitHub release has been published.
What is the best way to do this? Thank you very much for your help?
Beta Was this translation helpful? Give feedback.
All reactions