Fix filename conflict for brotli packages on case insensitive file systems

This commit is contained in:
Kovid Goyal 2023-10-02 14:27:58 +05:30
parent 867f818fbc
commit c479522c1b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -100,7 +100,7 @@
{
"name": "brotli",
"unix": {
"filename": "brotli-1.1.0.tar.gz",
"filename": "libbrotli-1.1.0.tar.gz",
"hash": "sha256:e720a6ca29428b803f4ad165371771f5398faba397edf6778837a18599ea13ff",
"urls": ["https://github.com/google/brotli/archive/refs/tags/v1.1.0.tar.gz"]
}