godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
291 stars 86 forks source link

Remove download hashes #209

Closed bojidar-bg closed 4 years ago

bojidar-bg commented 4 years ago

After some discussion on IRC, we decided that it would be beneficial to remove the requirement for download hashes from assets. Rationale:

Obsoletes #6.

bojidar-bg commented 4 years ago

Going to merge and fix eventual issues as they come up. :pray:

ghost commented 2 years ago

Is this being done still? I just went to share an asset and it's asking for the hash and I don't know how to get that yet. (Little concerned because it makes it sound like I can't update it easily.)

Calinou commented 2 years ago

Is this being done still? I just went to share an asset and it's asking for the hash and I don't know how to get that yet. (Little concerned because it makes it sound like I can't update it easily.)

The asset submission page is asking for the Git commit hash, not the SHA-256 checksum of the generated ZIP archive. This PR does not change anything related to Git commit hashes.

ghost commented 2 years ago

Ah, wasn't clear. Sorry.