Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hash for big downloads #9

Closed
hyperknot opened this issue Sep 19, 2024 · 1 comment
Closed

Add hash for big downloads #9

hyperknot opened this issue Sep 19, 2024 · 1 comment

Comments

@hyperknot
Copy link
Owner

Add a hash file so downloads can be verified.

BTW, you can already use the etag header for this, it uses MD5:

curl -sI https://btrfs.openfreemap.com/areas/monaco/20240918_231001_pt/tiles.mbtiles | grep etag
etag: "98398ed3a69b873756404fa68edbd39a"
md5sum tiles.mbtiles
98398ed3a69b873756404fa68edbd39a  tiles.mbtiles
@hyperknot
Copy link
Owner Author

A SHA256SUMS file is now added, following the Ubuntu naming style.

8c8677d4f26318b029971ea13c592bed4b015c3e20ced111cc512c71f72a2344  tiles.btrfs.gz
1c5d8d2ff9c8a20842f9a83c0c0661c2b936c090eb0f9e5d51204db6e587db92  tiles.mbtiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant