Skip to content

Commit 5d357e2

Browse files
committed
Bump Clouseau to 2.25.0
We have had a couple of new Clouseau releases in the past few months. So catch up with them and use the latest version as both the default for the `configure` script and implicitly for the CI.
1 parent c4706cc commit 5d357e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ JS_ENGINE=${JS_ENGINE:-"spidermonkey"}
4343
SM_VSN=${SM_VSN:-"91"}
4444
CLOUSEAU_MTH=${CLOUSEAU_MTH:-"dist"}
4545
CLOUSEAU_URI=${CLOUSEAU_URI:-"https://github.com/cloudant-labs/clouseau/releases/download/%s/clouseau-%s-dist.zip"}
46-
CLOUSEAU_VSN=${CLOUSEAU_VSN:-"2.23.1"}
46+
CLOUSEAU_VSN=${CLOUSEAU_VSN:-"2.25.0"}
4747
CLOUSEAU_DIR="$(pwd)"/clouseau
4848
ARCH="$(uname -m)"
4949
ERLANG_VER="$(run_erlang 'io:put_chars(erlang:system_info(otp_release)).')"

configure.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
-CouchDBUser USER set the username to run as (defaults to current user)
1515
-SpiderMonkeyVersion VSN select the version of SpiderMonkey to use (default 91)
1616
-JSEngine ENGINE select JS engine to use (spidermonkey or quickjs) (default spidermonkey)
17-
-ClouseauVersion VSN select the version of Clouseau to use (default 2.23.1)
17+
-ClouseauVersion VSN select the version of Clouseau to use (default 2.25.0)
1818
-ClouseauMethod MTH method for Clouseau to deploy: git or dist (default dist)
19-
-ClouseauUri URI location for retrieving Clouseau (default https://github.com/cloudant-labs/clouseau/releases/download/2.23.1/clouseau-2.23.1-dist.zip)
19+
-ClouseauUri URI location for retrieving Clouseau (default https://github.com/cloudant-labs/clouseau/releases/download/2.25.0/clouseau-2.25.0-dist.zip)
2020
2121
Installation directories:
2222
-Prefix PREFIX install architecture-independent files in PREFIX
@@ -66,9 +66,9 @@ Param(
6666
[ValidateNotNullOrEmpty()]
6767
[string]$ClouseauMethod = "dist", # method for Clouseau to deploy: git or dist (default dist)
6868
[ValidateNotNullOrEmpty()]
69-
[string]$ClouseauVersion = "2.23.1", # select the version of Clouseau to use (default 2.23.1)
69+
[string]$ClouseauVersion = "2.25.0", # select the version of Clouseau to use (default 2.25.0)
7070
[ValidateNotNullOrEmpty()]
71-
[string]$ClouseauUri = "https://github.com/cloudant-labs/clouseau/releases/download/{0}/clouseau-{0}-dist.zip", # location for retrieving Clouseau (default https://github.com/cloudant-labs/clouseau/releases/download/2.23.1/clouseau-2.23.1-dist.zip)
71+
[string]$ClouseauUri = "https://github.com/cloudant-labs/clouseau/releases/download/{0}/clouseau-{0}-dist.zip", # location for retrieving Clouseau (default https://github.com/cloudant-labs/clouseau/releases/download/2.25.0/clouseau-2.25.0-dist.zip)
7272
[ValidateNotNullOrEmpty()]
7373
[string]$Prefix = "C:\Program Files\Apache\CouchDB", # install architecture-independent file location (default C:\Program Files\Apache\CouchDB)
7474
[ValidateNotNullOrEmpty()]

0 commit comments

Comments
 (0)