mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
gradle: Add hash extraction
This commit is contained in:
parent
dbc3347e28
commit
e25240b783
@ -21,6 +21,9 @@
|
|||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://services.gradle.org/distributions/gradle-$version-bin.zip",
|
"url": "https://services.gradle.org/distributions/gradle-$version-bin.zip",
|
||||||
"extract_dir": "gradle-$version"
|
"extract_dir": "gradle-$version",
|
||||||
|
"hash": {
|
||||||
|
"url": "$url.sha256"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user