chocolatey-community / chocolatey-test-environment

A testing setup related to how the Chocolatey Package Verifier runs testing. Used for manual testing or prior to submission
Apache License 2.0
118 stars 187 forks source link

Glasswire update fail verification #38

Closed MANICX100 closed 3 years ago

MANICX100 commented 5 years ago

I have recently became a maintainer of the 'glasswire' package. Its download was hardcoded to always point to the newest version, so any changes broke the checksum.

I updated the checksum and rebuilt the nupkg.

The nupkg failed first verification here: https://gist.github.com/choco-bot/aa8fd0bf1f4f1625b26dee1ea9871cbf

The first block made me think it needed VC++ redist 2015 so I added it as a dependancy and resubmitted.

Current failure here: https://gist.github.com/7595613a3f972a892d5f20d2311a1d94

Any assistance in getting to the bottom of this would be appreciated.

FYI: Strangely it only installed correctly when installing in the form choco install glasswire -source path

AND not install glasswire 2.1.152.nupkg (it would still use old checksum)

MANICX100 commented 3 years ago

Fixed