From 74e1f9e39d101ddeb0d88bd64185446457ade9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my?= Date: Sun, 1 Jan 2017 18:49:20 +0100 Subject: [PATCH] autoupdate, make hash mode download the default --- caddy.json | 3 --- chromedriver.json | 5 +---- curl.json | 3 --- mariadb.json | 3 --- nginx.json | 3 --- nssm.json | 3 --- pt.json | 3 --- rancher-compose.json | 3 --- vagrant.json | 5 +---- yarn.json | 5 +---- 10 files changed, 3 insertions(+), 33 deletions(-) diff --git a/caddy.json b/caddy.json index 995d50e40b..fdc4319a32 100644 --- a/caddy.json +++ b/caddy.json @@ -35,9 +35,6 @@ "32bit": { "url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_windows_386.zip" } - }, - "hash": { - "mode": "download" } } } diff --git a/chromedriver.json b/chromedriver.json index 274be4533a..b00b6e810e 100644 --- a/chromedriver.json +++ b/chromedriver.json @@ -6,9 +6,6 @@ "bin": "chromedriver.exe", "checkver": "Latest Release: ChromeDriver ([\\d.]+)", "autoupdate": { - "url": "https://chromedriver.storage.googleapis.com/$version/chromedriver_win32.zip", - "hash": { - "mode": "download" - } + "url": "https://chromedriver.storage.googleapis.com/$version/chromedriver_win32.zip" } } diff --git a/curl.json b/curl.json index 1a1e36cebf..c55808c3b3 100644 --- a/curl.json +++ b/curl.json @@ -25,9 +25,6 @@ "32bit": { "url": "http://winampplugins.co.uk/curl/curl_$underscoreVersion_openssl_nghttp2_x86.7z" } - }, - "hash": { - "mode": "download" } } } diff --git a/mariadb.json b/mariadb.json index 4d6d8b1bad..9ce998a78a 100644 --- a/mariadb.json +++ b/mariadb.json @@ -61,9 +61,6 @@ "url": "https://downloads.mariadb.org/f/mariadb-$version/win32-packages/mariadb-$version-win32.zip", "extract_dir": "mariadb-$version-win32" } - }, - "hash": { - "mode": "download" } } } diff --git a/nginx.json b/nginx.json index fb0a68f636..1dd4159f21 100644 --- a/nginx.json +++ b/nginx.json @@ -12,9 +12,6 @@ }, "autoupdate": { "url": "http://nginx.org/download/nginx-$version.zip", - "hash": { - "mode": "download" - }, "extract_dir": "nginx-$version" } } diff --git a/nssm.json b/nssm.json index 3f0d1a28d0..d733f8e3b0 100644 --- a/nssm.json +++ b/nssm.json @@ -31,9 +31,6 @@ "32bit": { "extract_dir": "nssm-$version/win32" } - }, - "hash": { - "mode": "download" } }, "notes": "Manage Services with NSSM (GUI based) (e.g., 'nssm install nginx' to install nginx as service gui will popup or 'nssm start/status/stop apache'). diff --git a/pt.json b/pt.json index a830b1b066..4a92c520ca 100644 --- a/pt.json +++ b/pt.json @@ -25,9 +25,6 @@ "32bit": { "url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v$version/pt_windows_386.zip" } - }, - "hash": { - "mode": "download" } } } diff --git a/rancher-compose.json b/rancher-compose.json index fdf4c1d764..8b92f8a642 100644 --- a/rancher-compose.json +++ b/rancher-compose.json @@ -28,9 +28,6 @@ "url": "https://github.com/rancher/rancher-compose/releases/download/v$version/rancher-compose-windows-amd64-v$version.zip" } }, - "hash": { - "mode": "download" - }, "extract_dir": "rancher-compose-v$version" } } diff --git a/vagrant.json b/vagrant.json index e9c28d4400..30f2a21c79 100644 --- a/vagrant.json +++ b/vagrant.json @@ -11,9 +11,6 @@ "re": "vagrant_([\\d.]+)" }, "autoupdate": { - "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version.msi", - "hash": { - "mode": "download" - } + "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version.msi" } } diff --git a/yarn.json b/yarn.json index 94de7680a7..b9d49d2bee 100644 --- a/yarn.json +++ b/yarn.json @@ -11,9 +11,6 @@ "re": "/releases/tag/v([\\d.]+)" }, "autoupdate": { - "url": "https://github.com/yarnpkg/yarn/releases/download/v$version/yarn-$version.msi", - "hash": { - "mode": "download" - } + "url": "https://github.com/yarnpkg/yarn/releases/download/v$version/yarn-$version.msi" } }