mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
autoupdate, make hash mode download the default
This commit is contained in:
parent
79679b4ca4
commit
74e1f9e39d
@ -35,9 +35,6 @@
|
||||
"32bit": {
|
||||
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_windows_386.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"mode": "download"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -25,9 +25,6 @@
|
||||
"32bit": {
|
||||
"url": "http://winampplugins.co.uk/curl/curl_$underscoreVersion_openssl_nghttp2_x86.7z"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"mode": "download"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -12,9 +12,6 @@
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "http://nginx.org/download/nginx-$version.zip",
|
||||
"hash": {
|
||||
"mode": "download"
|
||||
},
|
||||
"extract_dir": "nginx-$version"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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').
|
||||
|
||||
3
pt.json
3
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user