mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
spark@3.5.0: Fix urls (Close #5418)
This commit is contained in:
parent
a21733f7e1
commit
7287c35c7c
@ -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]+)$"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user