autoupdate, make hash mode download the default

This commit is contained in:
Rémy 2017-01-01 18:49:20 +01:00
parent 79679b4ca4
commit 74e1f9e39d
10 changed files with 3 additions and 33 deletions

View File

@ -35,9 +35,6 @@
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_windows_386.zip"
}
},
"hash": {
"mode": "download"
}
}
}

View File

@ -6,9 +6,6 @@
"bin": "chromedriver.exe",
"checkver": "Latest Release: <a href=\"[^\"]+\">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"
}
}

View File

@ -25,9 +25,6 @@
"32bit": {
"url": "http://winampplugins.co.uk/curl/curl_$underscoreVersion_openssl_nghttp2_x86.7z"
}
},
"hash": {
"mode": "download"
}
}
}

View File

@ -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"
}
}
}

View File

@ -12,9 +12,6 @@
},
"autoupdate": {
"url": "http://nginx.org/download/nginx-$version.zip",
"hash": {
"mode": "download"
},
"extract_dir": "nginx-$version"
}
}

View File

@ -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').

View File

@ -25,9 +25,6 @@
"32bit": {
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v$version/pt_windows_386.zip"
}
},
"hash": {
"mode": "download"
}
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}