From 20d75127817f2d8ed64e807aab73188a1f6ae00c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 31 Aug 2017 20:00:14 +0200 Subject: [PATCH] miniconda3: add hash extraction, formating --- miniconda3.json | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/miniconda3.json b/miniconda3.json index 82c5b5b001..61594f01d7 100644 --- a/miniconda3.json +++ b/miniconda3.json @@ -1,7 +1,7 @@ { - "version": "4.3.21", - "license": "BSD", - "homepage": "https://conda.io/miniconda.html", + "version": "4.3.21", + "license": "BSD", + "homepage": "https://conda.io/miniconda.html", "checkver": { "url": "https://repo.continuum.io/miniconda", "re": "Miniconda3-([\\d.]+)-Windows" @@ -15,22 +15,22 @@ "installer": { "file": "miniconda3-installer.exe", "args": [ - "/S", - "/InstallationType=JustMe", - "/RegisterPython=1", - "/AddToPath=0", - "/D=$dir" + "/S", + "/InstallationType=JustMe", + "/RegisterPython=1", + "/AddToPath=0", + "/D=$dir" ] }, "env_add_path": "Scripts", "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+([a-fA-F0-9]{32})" } } }