mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-04 11:53:32 +03:00
Use same AVIF URL when fetching dependency (#8871)
This commit is contained in:
parent
f8d53fb8e6
commit
ae02518314
|
@ -385,8 +385,8 @@ DEPS: dict[str, dict[str, Any]] = {
|
||||||
"bins": [r"*.dll"],
|
"bins": [r"*.dll"],
|
||||||
},
|
},
|
||||||
"libavif": {
|
"libavif": {
|
||||||
"url": f"https://github.com/AOMediaCodec/libavif/archive/v{V['LIBAVIF']}.zip",
|
"url": f"https://github.com/AOMediaCodec/libavif/archive/v{V['LIBAVIF']}.tar.gz",
|
||||||
"filename": f"libavif-{V['LIBAVIF']}.zip",
|
"filename": f"libavif-{V['LIBAVIF']}.tar.gz",
|
||||||
"license": "LICENSE",
|
"license": "LICENSE",
|
||||||
"build": [
|
"build": [
|
||||||
"rustup update",
|
"rustup update",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user