mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
miniconda3: add hash extraction, formating
This commit is contained in:
parent
69699984e1
commit
20d7512781
@ -26,11 +26,11 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Windows-x86_64.exe#/miniconda3-installer.exe",
|
||||
"hash": "52604127193b8239595e22be5570769ce0244488c05ff9e527f13e96a3075d72"
|
||||
"hash": "md5:29000c7082bad516c5c5b92c180b6793"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Windows-x86.exe#/miniconda3-installer.exe",
|
||||
"hash": "d6831b8c90f76d0cb169edb0237d904783b6bfaef32fa69f19196d3bb31f1b31"
|
||||
"hash": "md5:4960b46179b69d2051c86eeeaafcfede"
|
||||
}
|
||||
},
|
||||
"autoupdate": {
|
||||
@ -41,6 +41,10 @@
|
||||
"32bit": {
|
||||
"url": "https://repo.continuum.io/miniconda/Miniconda3-$version-Windows-x86.exe#/miniconda3-installer.exe"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl",
|
||||
"find": "$basename<.*\\s+<.*\\s+<.*\\s+<td>([a-fA-F0-9]{32})</td>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user