spark@3.5.0: Fix urls (Close #5418)

This commit is contained in:
HUMORCE 2024-01-13 19:44:59 +08:00
parent a21733f7e1
commit 7287c35c7c
No known key found for this signature in database
GPG Key ID: DC0A6BD4EBA8DC9B

View File

@ -7,8 +7,8 @@
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://www.apache.org/dist/spark/spark-3.5.0/spark-3.5.0-bin-hadoop3.tgz",
"hash": "sha512:7dd8b0b53fff1dae96cd03fe5679b14b6b34928ab29f02ef5fd2123f5c24cf3bab4ed5398ccc57949088a9a5933eaef18b7bc9333fc7bade62330a9021128c16",
"url": "https://dlcdn.apache.org/spark/spark-3.5.0/spark-3.5.0-bin-hadoop3.tgz",
"hash": "sha512:8883c67e0a138069e597f3e7d4edbbd5c3a565d50b28644aad02856a1ec1da7cb92b8f80454ca427118f69459ea326eaa073cf7b1a860c3b796f4b07c2101319",
"extract_dir": "spark-3.5.0-bin-hadoop3",
"env_add_path": "bin",
"env_set": {
@ -20,7 +20,7 @@
"regex": "version: ([\\d.]+)"
},
"autoupdate": {
"url": "https://www.apache.org/dist/spark/spark-$version/spark-$version-bin-hadoop3.tgz",
"url": "https://dlcdn.apache.org/spark/spark-$version/spark-$version-bin-hadoop3.tgz",
"hash": {
"url": "$url.sha512",
"regex": "$basename: ([A-F0-9\\s]+)$"