hhyyrylainen / Leviathan

Leviathan Game Engine
Other
17 stars 8 forks source link

Correct wrong hash values in submodule RubySetupSystem #29

Closed cychen2021 closed 6 years ago

cychen2021 commented 6 years ago

The sha3-256 hash values in RebySetupSystem/PrecompiledDB.rb of the precompiled lib files are wrong, so the downloaded files can't pass the hash test. I correct them.

hhyyrylainen commented 6 years ago

It looks like you updated the submodule to point to a commit that isn't in the repo (https://github.com/hhyyrylainen/RubySetupSystem) so it fails ci builds.

Also, which hashes are invalid? Appveyor uses the hashes and it builds just fine and there are a few people besides me who have built on windows and the hashes work for them.

cychen2021 commented 6 years ago

Sorry, I made a mistake. The submodule RubySetupSeystem I used seems to be outdated. I'm a total newbie to GitHub. Sorry again!

hhyyrylainen commented 6 years ago

No worries. Good that the setup hadn't broken overnight.